add stuff to .gitignore
This commit is contained in:
parent
e0b7eb3dab
commit
bce225d3ff
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue