forked from modxcms/revolution
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
61 lines (47 loc) · 976 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
56
57
58
59
60
61
# ignore all .htaccess
.htaccess
# ignore all IIS files
web.config
# ignore all config.core.php
config.core.php
# ignore all config.context.php
config.context.php
# ignore concatenated js
modext.js
# ignore common root paths for docs and assets
/docs/
/assets/
# ignore various IDE project files and folders
.idea/
.buildpath
.project
.coverage/
.settings/
nbproject/
# ignore php and txt files beginning with test in root directory
/test*.php
/test*.txt
# ignore mac files
.DS_Store
# ignore setup config files
setup/config.xml
setup/config.new.xml
setup/config.upgrade.xml
setup/config.upgrade-advanced.xml
# ignore grunt files
bower_components
node_modules
.sass-cache
_build/templates/default/sass/bourbon
_build/templates/default/sass/neat
_build/templates/default/sass/font-awesome
*.css.map
*.js.map
# ignore composer files
composer.phar
#composer.json
composer.lock
# ignore composer vendor dir
/vendor
# ignore phpunit cache files
.phpunit.result.cache