forked from LimeSurvey/LimeSurvey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
231 lines (200 loc) · 4.73 KB
/
.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
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
# Never include config.php
/application/config/config.php
/application/config/config.*.php
/application/config/security.php
# Don't include LS4 security.php
## Ignore any hidden folder/files (except explicitly defined)
## such as various IDE folders .idea .netbeans .vscode
## or development environment things like .vagrant etc
.*
!.htaccess
!.scrutinizer.yml
!.bowerrc
!.gitignore
!.gitattributes
!.editorconfig
!.travis.yml
!.babelrc
!.eslintrc.json
!.eslintrc
!.env-cmdrc
!.eslintignore
# upload directory : whole except the index.html and readme.txt
/upload/*.*
/upload/uploadsave/**/*.*
!/upload/index.html
/upload/admintheme/**/*
!/upload/admintheme/index.html
/upload/labels/**/*.*
!/upload/labels/index.html
!/upload/labels/readme.txt
/upload/surveys/**/*
!/upload/surveys/index.html
!/upload/surveys/readme.txt
!/upload/surveys/.htaccess
/upload/templates/*.*
!/upload/templates/index.html
!/upload/templates/readme.txt
!/upload/themes/index.html
/upload/themes/survey/*
!/upload/themes/survey/generalfiles
/upload/themes/survey/generalfiles/*.*
!/upload/themes/survey/generalfiles/index.html
!/upload/themes/survey/index.html
/upload/themes/question/*.*
/upload/themes/question/**/*.*
!/upload/themes/question/readme.txt
/upload/plugins/*
!/upload/plugins/index.html
/upload/global/*.*
/upload/global/**/*.*
!/upload/global/index.html
!/upload/global/readme.txt
# tmp directory : whole except the index.html for directory create
/tmp/*
/tmp/assets/*
/tmp/runtime/*
/tmp/upload/*
!/tmp/index.html
!/tmp/assets/index.html
!/tmp/runtime/index.html
!/tmp/upload/index.html
# ignore editor contents - reserved for future use
/editor/*
#ignore old styles
/styles/
#ignore most of the js-build stuff
node_modules/*
node_modules/**/docs
node_modules/**/demo
node_modules/**/meteor
node_modules/**/src
!/node_modules/devbridge-autocomplete/
!/node_modules/ace-builds/
!/node_modules/datatables.net/
!/node_modules/datatables.net-bs5/
!/node_modules/decimal.js/
!/node_modules/dom-to-image/
!/node_modules/jspdf/
!/node_modules/jszip/
!/node_modules/nestedSortable/
!/node_modules/jquery/dist/
!/node_modules/jquery-ui-dist/
!/node_modules/jquery.actual/
!/node_modules/jsuri/
!/node_modules/jquery-ui-touch-punch/
!/node_modules/select2
/node_modules/select2/*
!/node_modules/select2/dist/
!/node_modules/select2-bootstrap-5-theme
/node_modules/select2-bootstrap-5-theme/*
!/node_modules/select2-bootstrap-5-theme/dist/
!/node_modules/jquery-migrate
/node_modules/jquery-migrate/*
!/node_modules/jquery-migrate/dist/
!/node_modules/tablesorter
/node_modules/tablesorter/*
!/node_modules/tablesorter/dist/
!/node_modules/js-cookie
/node_modules/js-cookie/*
!/node_modules/js-cookie/dist/
!/node_modules/moment
/node_modules/moment/*
!/node_modules/moment/min/
!/node_modules/leaflet
/node_modules/leaflet/*
!/node_modules/leaflet/dist/
vendor/**/docs/
vendor/**/scripts/
vendor/**/tests/
vendor/**/scss/
vendor/**/less/
vendor/**/*.sh
vendor/**/*.md
vendor/**/gulpfile.js
yarn-error.log
# Test stuff
chromedriver
cov.xml
# RFC and commons directory and files
/.well-known/
/sitemap.xml
/robots.txt
# Some global "temporary files" (see
*~
*.map
!/assets/**/*.map
ehthumbs.db
Thumbs.db
# miscellaneous
/application/controllers/admin/updater.php
/nbproject
*.un~
launch.json
enabletests
## Ignore test tmp files
/tests/data/tmp/**
## Ignore files and dependencies for testing
composer.lock
vendor/bin/phpcbf
vendor/bin/phpcs
vendor/squizlabs/
vendor/amphp/
vendor/bin/
vendor/composer/autoload_files.php
vendor/composer/installed\.json
vendor/composer/package-versions-deprecated/
vendor/composer/semver/
vendor/composer/xdebug-handler/
vendor/doctrine/
vendor/dnoegel/
vendor/felixfbecker/
vendor/myclabs/
vendor/netresearch/
vendor/nikic/
vendor/ocramius/
vendor/openlss/
vendor/pdepend/
vendor/phar-io/
vendor/php-webdriver/
vendor/phpdocumentor/
vendor/phpmd/
vendor/phpspec/
vendor/phpunit/
vendor/sebastian/
vendor/theseer/
vendor/vimeo/
vendor/webmozart/
vendor/misantron/
upload/templates/
assets/packages/ckeditor/samples
## ignore Vagrantfile and Adminer
adminer.php
Vagrantfile
## Exclude uploaded images in themes
themes/survey/default/files/*
themes/survey/material/files/*
themes/survey/monochrome/files/*
themes/survey/no_bootstrap/files/*
## But still push the preshipped ones
!themes/survey/*/files/logo.png
!themes/survey/*/files/logo_340.png
!themes/survey/*/files/logo_w_s.png
!themes/survey/*/files/pattern.png
!themes/survey/*/files/print_img_radio.png
# Used by tests.
geckodriver
geckodriver.exe
selenium-server-standalone-3.7.1.jar
# Used by Vim and Emacs
tags
# Yarn is our main package manager system -> so ignore npm lock files
package-lock.json
# Docker related files
.dockerignore
.Dockerfile
docker-compose.yml
docker/
/geckodriver-v0.23.0-linux64.tar.gz
/yarn.lock
/geckodriver.exe