Skip to content

Instantly share code, notes, and snippets.

@Rud5G
Last active January 14, 2019 16:06
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save Rud5G/4148997 to your computer and use it in GitHub Desktop.
Save Rud5G/4148997 to your computer and use it in GitHub Desktop.
magento 1 gitignore
# 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
/*.phar
@Rud5G
Copy link
Author

Rud5G commented Dec 5, 2012

Initial commit magento + ignore IDE (ZendStudio Netbeans)

@7ochem
Copy link

7ochem commented Feb 6, 2013

Add these?
downloader/.cfg
downloader/.cache/

See: https://gist.github.com/7ochem/4160260#file-gitignore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment