-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy path.gitignore
55 lines (47 loc) · 785 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# ignore for deployment tmp path
.envoydeploy/
# you can add multi version of envoy.config to your vcs and make a symbolic link named envoy.config.php
#envoy.config.local.php
#envoy.config.testing.php
#envoy.config.development.php
#envoy.config.production.php
envoy.config.php
envoy.config.my.php
# below is a common laravel project ignore list
/vendor
.env
.env.my
.env.local
.env.development
.env.testing
.env.production
# Composer
composer.phar
composer.lock
# OS
.DS_Store
Thumbs.db
# Packages And Apps
.project
/.settings
vagrant
.vagrant
.phpcomplete_extended/
/tags
_ide_helper.php
.phpstorm.meta.php
.rocketeer
.tags
.tags1
.remote-sync.json
.bundle
.sass-cache
.tmp
nbproject/*
.idea/
nbproject/private/
nbbuild/
nbdist/
nbactions.xml
nb-configuration.xml
.nb-gradle/