Last active
November 4, 2018 00:05
-
-
Save jsongerber/b5c3ecc84510edf26ce613358fb80b7d to your computer and use it in GitHub Desktop.
WordPress development on mac .gitignore
This file contains hidden or 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
*.log | |
wp-config.php | |
wp-content/advanced-cache.php | |
wp-content/backup-db/ | |
wp-content/backups/ | |
wp-content/blogs.dir/ | |
wp-content/cache/ | |
wp-content/upgrade/ | |
wp-content/uploads/ | |
wp-content/wp-cache-config.php | |
wp-content/plugins/hello.php | |
wp-content/plugins/wp-rocket/cache.json | |
wp-content/plugins/quform/cache/ | |
/.htaccess | |
/.htpasswd | |
/license.txt | |
/readme.html | |
/sitemap.xml | |
/sitemap.xml.gz | |
*.DS_Store | |
.AppleDouble | |
.LSOverride | |
.smbdelete* | |
# Icon must end with two \r | |
Icon | |
# Thumbnails | |
._* | |
# Files that might appear in the root of a volume | |
.DocumentRevisions-V100 | |
.fseventsd | |
.Spotlight-V100 | |
.TemporaryItems | |
.Trashes | |
.VolumeIcon.icns | |
.com.apple.timemachine.donotpresent | |
# Directories potentially created on remote AFP share | |
.AppleDB | |
.AppleDesktop | |
Network Trash Folder | |
Temporary Items | |
.apdisk | |
wp-content/wflogs/ | |
wordfence-waf.php | |
/presse* | |
.infomaniak-maintenance.html | |
/old | |
/google* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment