What goes in my .gitignore file for Wordfence?
-
I am developing my website locally on my Macbook Pro using:
- Roots Bedrock WordPress
- Docker
- Git (on Bitbucket)
I have just installed Wordfence and I added all it’s files to version control under Git.
Then when using Git I noticed that the following Wordfence file is constantly being updated;
– wflogs/config.php
I searched for info on the Wordfence FAQ and this forum, but there is no definitive information I can find on whether I should track this file on Git (and by implication, deploy it to my staging or live sites), or not (ie add it to my .gitignore file and not deploy it).
So, my two specific questions are:
- What are the Wordfence files that I should NOT be tracking using Git?
- If I do not track certain Wordfence files, does it affect my deployment strategy to my staging and live sites?
Thanks,
Henry
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘What goes in my .gitignore file for Wordfence?’ is closed to new replies.