shyim
11/9/2015 - 5:02 PM

Shopware Gitignore

Shopware Gitignore

# PhpStorm
.idea

# OSX Files
.DS_STORE
*~

node_modules

# SW4
/cache/doctrine/*/*
/cache/general/*
/cache/templates*
/cache/proxies/*
/cache/shopgate/*
/cache/productexport/*

# SW5
/cache/*
/web/cache/*.*

/logs/*
/files/*
/media/*

# SW 5.1
/var/cache/*
/var/log/*

!.gitkeep