Skip to content

Instantly share code, notes, and snippets.

@jonmunson
Forked from carlosasin/.gitignore
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonmunson/b559fb4e1eedea056f8e to your computer and use it in GitHub Desktop.
Save jonmunson/b559fb4e1eedea056f8e to your computer and use it in GitHub Desktop.
Git ignore Magento (ignore .htaccess for NGINX)
# 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