-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitignore
59 lines (41 loc) · 843 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
############# START DEFAULT IGNORE
# OSX metadata
.DS_Store
# SVN folders
.svn
# system files
*._*
*.log
# windows thumbnails
thumbs.db
############# END DEFAULT IGNORE
# local config
internal/config/cfgLocal.php
# log files
internal/logs/*
# media files
internal/media/*
# MODX Page cache
assets/cache/*.pageCache.php
assets/cache/siteCache.idx.php
assets/cache/sitePublishing.idx.php
# MODX RSS cache
assets/cache/rss/*
# admin stats files
admin/cdws/stats/*
# ignore rss cache
internal/includes/rssCache/*
# ignore smarty template cashe
internal/templates/compiled/
# ignore test files
internal/DELETEME/tests/*
/*.json
!package.json
!/internal/src/*.json
# ignore smarty template complied directory
internal/templates/compiled/*
# ignore the composer directory
internal/vendor/
internal/wordpress-core/
wp/*
node_modules