Skip to content

Instantly share code, notes, and snippets.

@Cezarion
Created October 8, 2014 08:31
Show Gist options
  • Save Cezarion/d72a2c443bdfa4346593 to your computer and use it in GitHub Desktop.
Save Cezarion/d72a2c443bdfa4346593 to your computer and use it in GitHub Desktop.
Wp-gitignore
## -----------------------------------------
## OS
## -----------------------------------------
# -----------------------------------------
# OSX
# -----------------------------------------
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# Windows
# -----------------------------------------
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# Windows shortcuts
*.lnk
## ------------------------------
## Wordpress
## ------------------------------
*.log
.htaccess
sitemap.xml
sitemap.xml.gz
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment