-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexcludes.txt
85 lines (70 loc) · 1.25 KB
/
excludes.txt
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
.bowerrrc
.idea/
.git/
.gitignore
.gitkeep
# Scripts
backup_remote_servers.sh
clean
excludes.txt
launch-dev-env.sh
php_rpm.txt
publish.sh
# Local configuration files
config/codeception-local.php
config/main-local.php
config/params-local.php
config/test-local.php
environments/dev
# Production configuration index files
index.php
index-text.php
# Runtime logs and debug
runtime
api/runtime
api/tests/_output
api/web/assets
api/web/index.php
api/web/index-test.php
apivp1/runtime
apivp1/tests/_output
apivp1/web/assets
apivp1/web/index.php
apivp1/web/index-test.php
backend/config.rb
backend/runtime
backend/sass
backend/tests/_output
backend/web/assets
backend/web/index.php
backend/web/index-test.php
backend/.sass-cache
console/runtime
frontend/config.rb
frontend/runtime
frontend/sass
frontend/tests/_output
frontend/web/assets
frontend/web/index.php
frontend/web/index-test.php
frontend/.sass-cache
static/files
static/gpx
static/httpd.conf
static/img
static/templates
static/v
# The server generates their own .htaccess files, do not overwrite
.htaccess
# Do not send development files
init.bat
vagrant
requirements.php
Vagrantfile
yii.bat
yii_test.bat
Dockerfile
# Do not send local data used for development
data/
# Use composer to install dependencies
# vendor/