Skip to content

Instantly share code, notes, and snippets.

@brankoajzele
Created November 2, 2013 15:25
Show Gist options
  • Save brankoajzele/7280087 to your computer and use it in GitHub Desktop.
Save brankoajzele/7280087 to your computer and use it in GitHub Desktop.
.gitignore for Magento
# General web stuff
/.htaccess
/robots.txt
/sitemap.xml
# Dynamic Magento 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
# Various IDE & OS files that should never be committed
.DS_Store
*.swp
*.lock
__MACOSX
.idea
/nbproject/*
.project
.buildpath
.thumbs
Thumbs.db
build.properties
.project
.settings
.buildpath
/_notes/*
# Explicitly mark as "do not exclude/ignore these from GIT repository"
!/app/.htaccess
!/downloader/.htaccess
!/downloader/template/.htaccess
!/errors/.htaccess
!/includes/.htaccess
!/lib/.htaccess
!/media/.htaccess
!/media/customer/.htaccess
!/media/downloadable/.htaccess
!/pkginfo/.htaccess
!/var/.htaccess
!var/package/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment