Skip to content

Instantly share code, notes, and snippets.

@petemcw
Created December 16, 2010 18:24
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save petemcw/743768 to your computer and use it in GitHub Desktop.
Save petemcw/743768 to your computer and use it in GitHub Desktop.
What to ignore from Magento in Git
# Magento Connect 2 cache directories and files
downloader/pearlib/cache/
downloader/*.cfg
# Magento runtime media files
media/catalog/product/cache/
media/tmp/
media/js/
media/css/
media/.thumbs/
# Magento runtime directories and files
var/*
!var/.htaccess
# Development IDE settings
nbproject/
.buildpath
.project
.settings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment