Skip to content

Instantly share code, notes, and snippets.

@jonathonbyrdziak
Last active June 22, 2016 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonathonbyrdziak/5284aff869d4760f110c to your computer and use it in GitHub Desktop.
Save jonathonbyrdziak/5284aff869d4760f110c to your computer and use it in GitHub Desktop.
Magento and WordPress .gitignore
## General
!.gitignore
!.editorconfig
!readme.md
.DS_Store
~*
*.sublime-project
*.sublime-workspace
*.komodoproject
*.log
/*.sql
/*.sqlite
/*.patch
/*.tgz
/*.gz
/*.zip
/*.psd
/*.tar
/*.tar.gz
error_log*
.buildpath
.project
.settings
phpunit*.phar
.sucuriquarantine/
cgi-bin/
## WordPress Ignores
/blog/wp-content/plugins/hello.php
/blog/wp-content/themes/twenty*/
/blog/wp-config.php
/wp-content/cache/
/wp-content/plugins/bwp-minify/cache/
/wp-content/updraft/
/wp-content/pep-vn/static-vars/
/wp-content/plugins/si-captcha-for-wordpress/captcha/cache/
/wp-content/plugins/wp-optimize-by-xtraffic/Application/includes/storages/
/wp-content/cache/supercache/
lib/ClickTale/Cache/
lib/ClickTale/Logs/
## Magento Ignores
index.php.sample
php.ini.sample
.htaccess.sample
.modgit/
.modman/
LICENSE_AFL.txt
LICENSE.html
LICENSE.txt
LICENSE_EE*
RELEASE_NOTES.txt
/app/etc/local.xml
/var/backups/
/var/cache/
/var/export/
/var/import/
/var/importexport/
/var/locks/
/var/log/
/var/report/
/var/session/
/var/tmp/
/var/session/
/var/trackingimport/
/media/catalog/product/cache/
/downloader/.cache
/downloader/cache.cfg
/downloader/connect.cfg
/media/cache/
/media/css/
/media/js/
/media/css_secure/
/media/js_secure/
/media/css_merge/
/media/js_merge/
/var/moogento/pickpack/qrcode/
/_import/files
/vendor
/n98-magerun.phar
/mageaudit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment