Skip to content

Instantly share code, notes, and snippets.

@grafikchaos
Created June 21, 2013 06:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grafikchaos/5829233 to your computer and use it in GitHub Desktop.
Save grafikchaos/5829233 to your computer and use it in GitHub Desktop.
common gitignore file for our Magento projects
# Vagrant Boxes
.vagrant
# Magento Connect 2 cache directories and files
downloader/pearlib/cache/
downloader/*.cfg
downloader/.cache/
# Magento runtime media files
media/catalog/product/cache/
media/tmp/
media/js/
media/css/
media/import/
media/.thumbs/
media/catalog
media/wysiwyg
# keep the media and any other important directories
!media/.gitkeep
!media/**/.gitkeep
# Magento runtime directories and files
var/*
!var/.htaccess
!var/package/
!var/.gitkeep
!var/**/.gitkeep
# Development IDE settings
nbproject/
.buildpath
.project
.settings
*.sublime-workspace
*.sublime-project
# Cruft files
events.txt
REVISION
# SASS
.sass-cache
#skin/frontend/<package>/<theme>/assets/css/application.css
# Wordpress directories
#wp/wp-content/cache
# Sitemaps
sitemap
sitemap.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment