Skip to content

Instantly share code, notes, and snippets.

@lelandsmith
Forked from colinodell/.gitignore
Last active August 29, 2015 14:21
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 lelandsmith/fb7dcce033133b98669e to your computer and use it in GitHub Desktop.
Save lelandsmith/fb7dcce033133b98669e to your computer and use it in GitHub Desktop.
# Don't include any temporary files and other unimportant things
*.log
*.bak
*.bak.*
*.thumbs/
.DS_Store
Thumbs.db
.svn
*.swp
# IDE files and such
nbproject
# NEVER commit this file, as it may vary per server. Instead, make a copy like
# local.xml.dev or local.xml.prod. This prevents things from breaking when
# deploy or pulling down changes. Also be careful about storing db credentials.
app/etc/local.xml
# The same thing applies to .htaccess
/.htaccess
# Other paths and files to ignore
# Other `media` paths might need to be added
downloader/.cache
downloader/cache.cfg
media/catalog
media/css
media/css_secure
media/js
media/import
media/tmp
media/uploads
media/wysiwyg
var
# The sitemap should be auto-generated
sitemap.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment