Created
September 17, 2015 15:38
-
-
Save vojtagrec/f0d75bb107a5e9716afc to your computer and use it in GitHub Desktop.
Keyup Default Magento .gitignore
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
.htaccess* | |
/app/etc/local.xml* | |
/app/etc/*.backup | |
/api.php | |
/cron.php | |
/cron.sh | |
/downloader | |
/errors | |
/includes | |
/index.php | |
/index.php.sample | |
/maintenance | |
/LICENSE* | |
/media | |
/pear | |
php.ini.sample | |
RELEASE_NOTES.txt | |
robots.txt | |
/sitemaps | |
/var | |
/mage* | |
/pkginfo | |
/*.xml | |
/google* | |
/Bing* | |
/modman | |
/phpinfo.php | |
/*backup.sh | |
/backup/* | |
/*.tar.gz | |
/*.tar.bz2 | |
/*.tbz2 | |
/*.sql.gz | |
.DS_Store | |
*.swp | |
.AppleDouble | |
*.orig | |
*.bak | |
!.gitignore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment