ignore node.js built files and vscode files

This commit is contained in:
Florian Dupret
2020-05-27 19:35:41 +02:00
parent a695a1bba2
commit e67c62e6cd

4
.gitignore vendored
View File

@@ -2,9 +2,11 @@
/frontend/node_modules /frontend/node_modules
/public/hot /public/hot
/public/storage /public/storage
/public/v1/js
/storage/*.key /storage/*.key
/vendor /vendor
/.vagrant /.vagrant
/.vscode
Homestead.json Homestead.json
Homestead.yaml Homestead.yaml
npm-debug.log npm-debug.log
@@ -13,4 +15,4 @@ yarn-error.log
public/google*.html public/google*.html
report.html report.html
composer.phar composer.phar
app.js.map app.js.map