-
Notifications
You must be signed in to change notification settings - Fork 56
/
.gitignore
74 lines (60 loc) · 1.22 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
# assets
/assets/.thumbs/*
!/assets/.thumbs/index.html
!/assets/.thumbs/.htaccess
/assets/backup/*
!/assets/backup/index.html
!/assets/backup/.htaccess
/assets/cache/*
!/assets/cache/.htaccess
!/assets/cache/index.html
!/assets/cache/siteManager.php
!/assets/cache/sitePublishing.idx.php
!/assets/cache/images/index.html
!/assets/cache/rss/index.html
!/assets/cache/updater/index.html
/assets/docs/*
!/assets/docs/.htaccess
!/assets/docs/changelog.txt
!/assets/docs/index.html
!/assets/docs/license.txt
/assets/export/*
!/assets/export/index.html
!/assets/export/.htaccess
/assets/files/*
!/assets/files/index.html
!/assets/files/.htaccess
/assets/images/*
!/assets/images/index.html
!/assets/images/evo-logo.png
!/assets/images/.htaccess
/assets/import/*
!/assets/import/index.html
!/assets/import/.htaccess
/assets/site/*
!/assets/site/index.html
!/assets/site/.htaccess
# Manager
/manager/includes/config.inc.php
# Composer
/composer.phar
/vendor/*
!/vendor/.htaccess
!/vendor/index.html
# IDE Helper
modx_evolution.IDEhelper.php
_ide_helper.php
.phpstorm.meta.php
#node.JS
/node_modules
npm-debug.log
# System
ftpsync.settings
Thumbs.db
Desktop.ini
.DS_Store
.idea
.vagrant
.rocketeer
# except do not ignore .gitignore
!.gitignore