Skip to content

Instantly share code, notes, and snippets.

@bouwehand
Forked from Rud5G/.gitignore
Created January 28, 2014 09:37
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 bouwehand/8664689 to your computer and use it in GitHub Desktop.
Save bouwehand/8664689 to your computer and use it in GitHub Desktop.
# magento gitignore from htdocs
#
# https://gist.github.com/Rud5G/4148997
htdocs/app/etc/local.xml
htdocs/media/*
!htdocs/media/.htaccess
htdocs/var/*
!htdocs/var/.htaccess
htdocs/sitemap
htdocs/staging
# Editor
.buildpath
.cache
.metadata
.project
.settings
.idea/
nbproject
# composer
bin/*
!bin/.gitkeep
vendor/*
!vendor/.gitkeep
composer.phar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment