-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
123 lines (109 loc) · 1.98 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
# wordpress specific
wp-config.php
wp-content/uploads/
wp-content/blogs.dir/
wp-content/upgrade/*
wp-content/upgrade-temp-backup/*
wp-content/backup-db/*
wp-content/advanced-cache.php
wp-content/wp-cache-config.php
wp-content/cache/*
wp-content/cache/supercache/*
# wpengine specific
.smushit-status
.gitattributes
_wpeprivate
wp-content/object-cache.php
wp-content/mu-plugins/mu-plugin.php
wp-content/mu-plugins/slt-force-strong-passwords.php
wp-content/mu-plugins/stop-long-comments.php
wp-content/mu-plugins/force-strong-passwords*
wp-content/mu-plugins/wpengine-common*
wp-content/mysql.sql
wp-content/mu-plugins/wpengine-security-auditor.php
wp-content/mu-plugins/wpe-wp-sign-on-plugin*
.wpe-devkit/
.wpengine-conf/
# Plugins
wp-content/mu-plugins/deps.php
wp-content/mu-plugins/local-by-flywheel-live-link-helper.php
wp-content/plugins/php-compatibility-checker/
wp-content/plugins/admin-columns-pro/
wp-content/plugins/hummingbird-performance/
wp-content/plugins/enp-quiz/
wp-content/plugins/query-monitor/*
wp-content/plugins/query-monitor-twig-profile/
wp-content/plugins/admin-bar-disabler/
wp-content/plugins/seo-by-rank-math/
wp-content/plugins/seo-by-rank-math-pro/
wp-content/plugins/download-monitor/
# ENP quiz
enp-quiz-database-config.php
**/enp-quiz-config.php
# Decision Tree
readme-interaction-notes.md
gulpfile.js
README.mdown
.babelrc
.jshintrc
.nvmrc
# Local App
local-phpinfo.php
php.ini
local-xdebuginfo.php
LocalValetDriver.php
wp-content/themes/engage-2-x/config.json
# Editor
**/.php-cs-fixer.php
**/settings.json
# Sitemaps
sitemap.xml
sitemap.xml.gz
# Node
node_modules
# Logs
**/xmls-logs/*
# Plugin - Query Monitor
wp-content/db.php
# Composer
**/composer.lock
# Others
favicon.ico
phpunit.xml
.htaccess
# large/disallowed file types
# a CDN should be used for these
*.DS_Store
*.log
*.hqx
*.bin
*.exe
*.dll
*.deb
*.dmg
*.iso
*.img
*.msi
*.msp
*.msm
*.mid
*.midi
*.kar
*.mp3
*.ogg
*.m4a
*.ra
*.3gpp
*.3gp
*.mp4
*.mpeg
*.mpg
*.mov
*.webm
*.flv
*.m4v
*.mng
*.asx
*.asf
*.wmv
*.avi