add stuff to .gitignore

This commit is contained in:
Matthew Shillam 2019-04-03 09:34:25 +01:00
parent e0b7eb3dab
commit bce225d3ff
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,12 +1,14 @@
/node_modules /node_modules
/public/hot /public/hot
/public/storage /public/storage
/public/images/cryptocurrency-icons
/storage/*.key /storage/*.key
/vendor /vendor
/.idea /.idea
/.vscode /.vscode
/nbproject /nbproject
/.vagrant /.vagrant
.DS_Store
Homestead.json Homestead.json
Homestead.yaml Homestead.yaml
npm-debug.log npm-debug.log