Skip to content

Instantly share code, notes, and snippets.

@brankoajzele
Created March 8, 2013 07:55
Show Gist options
  • Save brankoajzele/5114877 to your computer and use it in GitHub Desktop.
Save brankoajzele/5114877 to your computer and use it in GitHub Desktop.
gitignore for Magento
.htaccess
# Dynamic data that doesn't need to be in the repo
/var/*
/media/*
/downloader/pearlib/cache/*
/downloader/pearlib/download/*
/app/etc/use_cache.ser
/app/etc/local.xml
/errors/local.xml
# OS X temporary files that should never be committed
.DS_Store
*.swp
*.lock
# Various IDE's
.idea
/nbproject/*
.project
.buildpath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment