Skip to content

Instantly share code, notes, and snippets.

@americkson
Forked from petemcw/.gitignore
Created August 23, 2011 15:24
Show Gist options
  • Save americkson/1165418 to your computer and use it in GitHub Desktop.
Save americkson/1165418 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