mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-31 11:17:27 -06:00
ignore node.js built files and vscode files
This commit is contained in:
parent
a695a1bba2
commit
e67c62e6cd
4
.gitignore
vendored
4
.gitignore
vendored
@ -2,9 +2,11 @@
|
||||
/frontend/node_modules
|
||||
/public/hot
|
||||
/public/storage
|
||||
/public/v1/js
|
||||
/storage/*.key
|
||||
/vendor
|
||||
/.vagrant
|
||||
/.vscode
|
||||
Homestead.json
|
||||
Homestead.yaml
|
||||
npm-debug.log
|
||||
@ -13,4 +15,4 @@ yarn-error.log
|
||||
public/google*.html
|
||||
report.html
|
||||
composer.phar
|
||||
app.js.map
|
||||
app.js.map
|
Loading…
Reference in New Issue
Block a user