Skip to content

Instantly share code, notes, and snippets.

@carlosasin
Created August 14, 2015 10:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save carlosasin/4704e4a0dc7596854504 to your computer and use it in GitHub Desktop.
Save carlosasin/4704e4a0dc7596854504 to your computer and use it in GitHub Desktop.
Git ignore Magento
# Ignore PHPStorm
/.idea/
/.phpstorm.meta.php
#Ignore vagrant
/.vagrant/
# Ignore code coverage reports
/build/
# Ignore build cache
cache.properties
# Misc files
.DS_Store
*.sass-cache/
app/etc/local.xml
app/etc/local.xml.phpunit
magmi/*
media/*
var/*
downloader/pearlib/cache/*
downloader/pearlib/download/*
downloader/*.cfg
downloader/.cache
app/etc/use_cache.ser
errors/local.xml
includes/*
.htaccess
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment