Skip to content

Instantly share code, notes, and snippets.

@cointilt
Created October 7, 2011 15:36
Show Gist options
  • Save cointilt/1270552 to your computer and use it in GitHub Desktop.
Save cointilt/1270552 to your computer and use it in GitHub Desktop.
Gitignore Starting Point, with basic WordPress setup as well
# Mac Computers #
#################
.DS_Store
.com.apple.timemachine.supported
# Shit Boxes #
##############
*.exe
*.ddl
Thumbs.db
desktop.ini
*.o
*.so
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Website #
############
.htaccess
wp-config.php
wp-content/uploads
wp-content/upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment