Last active
February 6, 2021 17:06
-
-
Save afragen/43dfff563e942353d866c81904498cb2 to your computer and use it in GitHub Desktop.
A default .gitignore for use with WP Core development workflow https://localbyflywheel.com/community/t/workflow-for-development-using-wp-core/13011
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.gitignore | |
.vscode | |
wp-config\.php | |
wp-tests-config\.php | |
debug\.log | |
local-phpinfo\.php | |
/wp-content |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment