Last active
January 14, 2019 16:06
-
-
Save Rud5G/4148997 to your computer and use it in GitHub Desktop.
magento 1 gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add these?
downloader/.cfg
downloader/.cache/
See: https://gist.github.com/7ochem/4160260#file-gitignore