WordFence + GIT + .gitignore
-
Wondering if it’d be possible to get a list of directories/files that should be added to .gitignore (when dealing with a dev/staging/production workflow), with regards to what files are “environment specific” (such as logs, config, etc.) and should be kept of our GIT?
I don’t really run WordFence on dev/staging (as those are gated environments), but I do enable/disable at random times (for testing config changes, updates, etc.), so .user.ini and other files would end up being created in all environments and I want to avoid conflicts in GIT.
Here’s the list I’ve compiled, but would appreciate confirmation (and if I’ve missed anything):
/wp-content/wflogs
.user.ini
wordfence-waf.phpNote, .htaccess is already in .gitignore.
Thanks,
Kristin.
- The topic ‘WordFence + GIT + .gitignore’ is closed to new replies.