Skip to content

Instantly share code, notes, and snippets.

@atastycookie
Last active December 24, 2020 19:21
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 atastycookie/13a287f0d58ff42ae8ccd0c248d7831a to your computer and use it in GitHub Desktop.
Save atastycookie/13a287f0d58ff42ae8ccd0c248d7831a to your computer and use it in GitHub Desktop.
CS-Cart (CSCart) Multi-Vendor (MultiVendor) gitignore file from @simtechdev/cs-cart-gitignore https://simtechdev.com
js/core/node_modules
js/tygh/core.js
js/tygh/notifications_center.js
js/tygh/bottom_panel.js
js/core/npm-debug.log
js/tygh/bottom_panel.js
app/lib/composer.phar
design/backend/css/twitterbootstrap.css
images/*
users/*
var/*
!var/database
!var/backups/.htaccess
!var/restore/.htaccess
!var/resources
!var/langs
!var/conf
var/langs/*
!var/langs/en
!var/.htaccess
!var/index.php
!var/builds
!images/promo
upgrades/*
!upgrades/source_restore.php
local_conf.php
install/
sph*.php
get_addon.php
get_addon/
error_log*
Gruntfile.js
/node_modules
Vagrantfile
.vagrant
_tools/selenium_WebDriver/tests/share/config/sessions.local.php
_tools/selenium_WebDriver/tests/share/storage/local.php
_tools/selenium_WebDriver/tests/share/storage/screens/*.png
_tools/migration/composer.lock
_tools/migration/conf.php
_tools/migration/vendor
*.sw*
*~
._*
*.sublime*
.buildpath
.idea
.vscode
.project
.projectile
nbproject
[Dd]esktop.ini
Thumbs.db
ehthumbs.db
.DS_Store
.AppleDouble
.LSOverride
__MACOSX
_TEMP
TODO
*.log
*.sql
*.bak
*.swp
*.orig
*.tmp
@atastycookie
Copy link
Author

atastycookie commented Dec 24, 2020

Check @simtechdev/cs-cart-gitignore for the latest version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment