Last active
September 3, 2017 15:00
-
-
Save frosit/0c6039770760ae13960ffb580c60ac97 to your computer and use it in GitHub Desktop.
Magento 1 Universal Ignore - optimised for security in various environments
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 1 Universal ignore V:1 ~ FROSIT.nl | |
| # Project: ... | |
| # IDE&OS files | |
| .DS_* | |
| *.swp | |
| *.lock | |
| __MACOSX | |
| .idea | |
| /nbproject/* | |
| .project | |
| .buildpath | |
| .thumbs | |
| Thumbs.db | |
| build.properties | |
| .settings | |
| /_notes/* | |
| error_log | |
| .ftpquota | |
| php_mail.log | |
| # Dynamic data which shouldn't be in version control | |
| /var/cache/* | |
| /var/export/* | |
| /var/import/* | |
| /var/locks/* | |
| /var/log/* | |
| /var/package/* | |
| /var/report/* | |
| /var/session/* | |
| /var/geo/* | |
| /var/tmp/* | |
| /var/patches/* | |
| /media/* | |
| /downloader/pearlib/cache/* | |
| /downloader/pearlib/download/* | |
| /downloader/*.cfg | |
| /downloader/.cache/community/*.tgz | |
| /includes/src | |
| /downloader/cache.cfg | |
| /var/importexport | |
| /app/etc/use_cache.ser | |
| /app/etc/local.xml | |
| /app/etc/fpc.xml | |
| /app/etc/redis.xml | |
| /app/etc/*.xml.gz | |
| /dev | |
| /var/brute-force.ini | |
| /var/resource_config.json | |
| # Explicitly mark as "do not exclude/ignore these from GIT repository" | |
| !/app/.htaccess | |
| !/downloader/.htaccess | |
| !/downloader/template/.htaccess | |
| !/errors/.htaccess | |
| !/includes/.htaccess | |
| !/lib/.htaccess | |
| !/media/.htaccess | |
| !/media/customer/.htaccess | |
| !/media/downloadable/.htaccess | |
| !/pkginfo/.htaccess | |
| !/var/.htaccess | |
| !var/package/ | |
| !/var/backups/.htaccess | |
| !/var/*/.gitkeep | |
| #dependency's | |
| node_modules | |
| vendor | |
| # Developer, project and security precautions | |
| /*.sql | |
| /*.sql.gz | |
| /sitemap.xml | |
| /sitemap_*.xml | |
| /lib/n98-magerun/modules | |
| /errors/local.xml | |
| /n98-magerun.phar | |
| /*.diff | |
| /*.csv | |
| /LICENSE* | |
| RELEASE_NOTES.txt | |
| /info.php | |
| # Hypernode specfic | |
| .hypernode-image-optimizer-last-run | |
| /var/default.vcl | |
| /app/etc/local.redis.xml | |
| /.blackfire.ini | |
| # Developer folder to store and secure stuff temporarily | |
| !/developer/.htaccess | |
| /developer | |
| # Project related | |
| # ...somefile.ext | |
| # Bulk remaining auto appended ignores below if necessary === | |
| # |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment