Skip to content

Instantly share code, notes, and snippets.

@brenbl
Forked from Rud5G/.gitignore
Created January 31, 2014 14:41
Show Gist options
  • Select an option

  • Save brenbl/8733282 to your computer and use it in GitHub Desktop.

Select an option

Save brenbl/8733282 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