Skip to content

Commit

Permalink
Git Ignore Update
Browse files Browse the repository at this point in the history
  • Loading branch information
devansh-webkul committed Oct 5, 2020
1 parent bee024a commit 340c519
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions .gitignore
@@ -1,28 +1,29 @@
/docker-compose-collection
/storage/dcc-data/
/node_modules
/public/hot
/public/storage
/public/css
/public/js
/public/vendor
/public/themes
/public/fonts
/vendor
.env
.idea
.php_cs.cache
.vscode
.vagrant
/data
/.idea
/.vscode
/.vagrant
/docker-compose-collection
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
.env
/ignorables/*
yarn.lock
/node_modules
npm-debug.log
package-lock.json
yarn.lock
.php_cs.cache
storage/*.key
/public/css
/public/fonts
/public/js
/public/hot
/public/storage
/public/themes
/public/vendor
/resources/themes/velocity/*
/resources/lang/vendor/admin/*
/resources/lang/vendor/shop/*
/resources/lang/vendor/velocity/*
/storage/*.key
/storage/dcc-data/
/vendor
yarn.lock
yarn-error.log

0 comments on commit 340c519

Please sign in to comment.