-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
62 lines (47 loc) · 867 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
62
# ignore all IIS files
web.config
# ignore all config.core.php
config.core.php
!setup/includes/config.core.php
# ignore all config.inc.php
config.inc.php
# ignore concatenated js
modext.js
# ignore various IDE project files and folders
.idea/
.buildpath
.project
.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 some MODX files
/core/*
/connectors/*
index.php
!/core/components/
#ignore qsync file from QNAP
.qicon
#ignore composer files
composer.json
composer.lock
!.gitkeep
#windows hotfix
Gitify
/src
/vendor
#ignore files after installing MODX
ht.access
manager/*
# ignore gitify backups
/_backup/*
/setup/
assets/webmaster/*