Skip to content

Instantly share code, notes, and snippets.

@bhongy
Last active January 4, 2016 03:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhongy/8565946 to your computer and use it in GitHub Desktop.
Save bhongy/8565946 to your computer and use it in GitHub Desktop.
Global Gitignore
# Concept: only source codes that are specific to the project should be tracked
# Temporary/Auxiliary Files
.DS_Store
.project
*.sublime-project
*.sublime-workspace
.sass-cache
fire_app_log.txt
sitemap.xml
sitemap.xml.gz
*.log
# Binary files
*.ico
*.png
*.jpg
*.gif
*.svg
*.woff
*.ttf
*.eot
# Wordpress Core
wp-config.php
wp-content/advanced-cache.php
wp-content/wp-cache-config.php
wp-content/blogs.dir/
wp-content/cache/
wp-content/backups/
wp-content/backup-db/
wp-content/uploads/
wp-content/upgrade/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment