Created
July 30, 2020 23:32
-
-
Save curtismchale/77791186d000a48713a8d83ab83e7b17 to your computer and use it in GitHub Desktop.
The basis for my .gitignore file in WordPress projects
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
config/app_config.yml | |
config/database.yml | |
config/*.sphinx.conf | |
config/s3_credentials.yml | |
*~ | |
*.cache | |
*.log | |
*.pid | |
tmp/**/* | |
.DS_Store | |
db/cstore/** | |
db/sphinx/** | |
doc/api | |
doc/app | |
doc/plugins | |
doc/*.dot | |
coverage/* | |
db/*.sqlite3 | |
*.tmproj | |
*.sw? | |
*.esproj | |
_notes* | |
dwsync.xml | |
podcast.xml | |
*.kpf | |
*uploads/* | |
*.swp | |
*.idea | |
*.sublime-project | |
*.sublime-workspace | |
*/node_modules/* | |
tags | |
*.bak | |
cache/* | |
managewp/* | |
mu-plugins/* | |
dp.php | |
updraft/* | |
languages/* | |
db.php | |
plugins/wp-rocket/cache.json | |
advanced-cache.php | |
ai1wm-backups/* | |
mysql.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment