Skip to content

Instantly share code, notes, and snippets.

@sergeifilippov
Created March 1, 2013 02:46
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 sergeifilippov/5062116 to your computer and use it in GitHub Desktop.
Save sergeifilippov/5062116 to your computer and use it in GitHub Desktop.
Magento Community/Enterprise .gitignore file
# OS generated files #
################################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
# Magento Configurations #
################################
/app/etc/local.xml
# Magento Media #
################################
/media/catalog/product/cache/*
/media/catalog/product/*
/media/tmp/*
/media/js/*
/media/css/*
/media/css_secure/*
# Magento Var #
################################
.cache/
/tmp/*
/var/backups/*
/var/cache/*
/var/debug/*
/var/full_page_cache/*
/var/locks/*
/var/log/*
/var/logging/*
/var/export/*
/var/import/*
/var/report/*
/var/session/*
# Magento Sitemap #
################################
/sitemaps/*
/sitemap/*
/sitemap.xml
# archives #
################################
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# logs and databases #
################################
*.log
*.sql
*.sqlite
# IDE project files #
################################
.cache/
.viminfo
/nbproject
/.project
/.sass-cache
/.idea
/cgi-bin
*.sublime-project
*.sublime-workspace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment