forked from ideasonpurpose/docker-wordpress-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
178 lines (159 loc) · 2.8 KB
/
.gitignore
File metadata and controls
178 lines (159 loc) · 2.8 KB
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
# Managed WordPress Hosting .gitignore file for ignoring WordPress files
#
# Most recent revision here:
# https://gist.github.com/joemaller/4f7518e0d04a82a3ca16
#
# Raw Source (for curl):
# https://gist.githubusercontent.com/joemaller/4f7518e0d04a82a3ca16/raw
#
# Used by these WordPress Development environments:
# https://github.com/ideasonpurpose/docker-wordpress-dev
# https://github.com/ideasonpurpose/basic-wordpress-vagrant (deprecated)
#
# Originally based on WP Engine's gitignore files:
# https://wpengine.com/support/using-git-on-sites-with-legacy-staging/#ignore
# https://wpengine.com/wp-content/uploads/2013/10/recommended-gitignore-no-wp.txt
# environment vars
.env
# temp files, OS junk and dotfiles
*.bak
*.swp
*.tmp
*~
.cvs
.DS_Store
.listing
.svn
Thumbs.db
# wp core (as of 4.6)
/db-config.php
/index.php
/license.txt
/readme.html
/wp-activate.php
/wp-admin
/wp-app.php
/wp-atom.php
/wp-blog-header.php
/wp-comments-post.php
/wp-commentsrss2.php
/wp-config-sample.php
/wp-content/index.php
/wp-content/themes/index.php
/wp-content/themes/twenty*
/wp-cron.php
/wp-feed.php
/wp-includes
/wp-links-opml.php
/wp-load.php
/wp-login.php
/wp-mail.php
/wp-pass.php
/wp-rdf.php
/wp-register.php
/wp-rss.php
/wp-rss2.php
/wp-settings.php
/wp-signup.php
/wp-trackback.php
/xmlrpc.php
# wordpress config, user-content and caches
cache/
sitemap.xml
sitemap.xml.gz
wp-config.php
wp-content/advanced-cache.php
wp-content/backup-db/
wp-content/backups/
wp-content/blogs.dir
wp-content/cache/
wp-content/cache/supercache/
wp-content/managewp/
wp-content/upgrade/
wp-content/uploads/
wp-content/wp-cache-config.php
# WordPress debugging files & logs
*.log
debug.log
log.txt
logs/
# Third-party files and leftovers
gt-cache/
ics-importer-cache/
imagecache.*
pclzip-*.gz
wp-content/w3-.*
wp-content/w3tc.*
gallery/*
album/*
# wpengine specific
.smushit-status
_wpeprivate
wp-content/advanced-cache.php
wp-content/object-cache.php
# flywheel specific
wp-content/flywheel-config/
# large/disallowed file types
# a CDN should be used for these
*.3gp
*.3gpp
*.asf
*.asx
*.avi
*.bin
*.deb
*.dll
*.dmg
*.exe
*.flv
*.hqx
*.img
*.iso
*.kar
*.m4a
*.m4v
*.mid
*.midi
*.mng
*.mov
*.mp3
*.mp4
*.mpeg
*.mpg
*.msi
*.msm
*.msp
*.ogg
*.ra
*.webm
*.wmv
# don't commit database dumpfiles
*.sql
*.sql.gz
*.sql.tgz
*.sql.zip
# npm and composer dependencies
node_modules/
vendor/
# Let's try ignoring sourcemaps
*.css.map
*.js.map
# basic-wordpress-vagrant v0.3.0 added links to Kint and XHProf. Ignore them
/kint
/xhprof
# Moving away from Git-deploys, exclude generated artifacts
/_builds/
/builds
dist/
# Webpack Stats & profiler
/webpack
# Ignore all plugins
wp-content/plugins
wp-content/mu-plugins
# I have not yet wanted these files in project history
*.code-workspace
# Docker experiments
_log/
_profiler/
# WSL 2 Cruft
*:Zone.Identifier