Skip to content

Instantly share code, notes, and snippets.

@ChrisMcKee
Created June 9, 2011 12:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChrisMcKee/1016672 to your computer and use it in GitHub Desktop.
Save ChrisMcKee/1016672 to your computer and use it in GitHub Desktop.
.gitignore file for magento projects
.htaccess
.htaccess.sample
LICENSE.html
LICENSE.txt
LICENSE_AFL.txt
RELEASE_NOTES.txt
app/*.*
app/*/*.*
app/*/*/*.*
!app/etc/modules/<Namespace>_*.xml
app/code/core/*
app/code/community/*
!app/code/local/*
!app/code/community/<Namespace>
app/locale
app/design/install
app/design/adminhtml
app/design/frontend/default
app/design/frontend/base/default/layout/*
!app/design/frontend/base/default/layout/<namespace>
app/design/frontend/base/default/template/*
!app/design/frontend/base/default/template/<namespace>
app/design/frontend/base/default/etc
cron.php
cron.sh
downloader/
errors/
includes/
index.php
install.php
js/
lib/
media/
pear
pkginfo/
shell/
skin/
var/
favicon.ico
index.php.sample
mage
php.ini.sample
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment