-
-
Save americkson/1165418 to your computer and use it in GitHub Desktop.
What to ignore from Magento in Git
This file contains 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 Connect 2 cache directories and files | |
downloader/pearlib/cache/ | |
downloader/*.cfg | |
# Magento runtime media files | |
media/catalog/product/cache/ | |
media/tmp/ | |
media/js/ | |
media/css/ | |
media/.thumbs/ | |
# Magento runtime directories and files | |
var/* | |
!var/.htaccess | |
# Development IDE settings | |
nbproject/ | |
.buildpath | |
.project | |
.settings |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment