Created
November 25, 2018 02:24
-
-
Save lmarquine/77cf1670a49cd91bf2cad555b7c8e455 to your computer and use it in GitHub Desktop.
Magento 1 - Git Ignore Example
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
# @author MagedIn Developers Team <[email protected]> | |
#--------------------------# | |
# Global Files Types # | |
#--------------------------# | |
.svn* | |
*.bkp | |
*.old | |
js_bkp/ | |
js.old/ | |
sitemap.xml | |
*.log | |
*.sql | |
*.tar.* | |
*.gz | |
*.rar | |
*.zip | |
*.bz2 | |
*.bz | |
*.tgz | |
*.gzip | |
*.tb2 | |
*.tbz2 | |
*.log | |
*.swm | |
*.swn | |
*.swp | |
*.swo | |
.DS_Store | |
/vendor/* | |
#--------------------------# | |
# IDE Project Files/Folder # | |
#--------------------------# | |
/nbproject/ | |
/.idea/ | |
#--------------------------# | |
# XDebug Extension # | |
#--------------------------# | |
remote_log | |
#--------------------------# | |
# NGinx Specific Ignores # | |
#--------------------------# | |
50x.html | |
404.html | |
#--------------------------# | |
# Magento Specific Ignores # | |
#--------------------------# | |
/app/etc/local.xml | |
/app/code/local/Zend/ | |
/app/code/local/Varien/ | |
/downloader/.cache/ | |
/downloader/cache.cfg | |
/downloader/connect.cfg | |
/includes/src/* | |
!/includes/src/.htaccess | |
/var/* | |
!/var/.htaccess | |
/media/* | |
!/media/.htaccess | |
/sitemap/ | |
.magentointel-cache/ | |
README_VARNISH_CACHE.txt | |
index.php.sample | |
php.ini.sample | |
#--------------------------# | |
# Specific Ignores # | |
#--------------------------# | |
gitautoupdate.flag | |
/stuff | |
**/.sass-cache/* | |
node_modules |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment