Update .gitignore, refresh package-lock

This commit is contained in:
2026-08-25 18:32:28 -01:00
parent 2756aed449
commit 73a14e545b
3 changed files with 72 additions and 9 deletions
+18 -9
View File
@@ -1,13 +1,22 @@
/node_modules
/bootstrap/cache
/public/hot
/public/storage
/storage/*.key
/vendor
/.idea
/.vagrant
.phpunit.cache
node_modules
app/public/build
app/public/hot
app/public/storage
app/storage/*.key
app/bootstrap
app/storage
vendor
.env
.env.backup
.env.production
.phpunit.result.cache
Homestead.json
Homestead.yaml
auth.json
npm-debug.log
yarn-error.log
.env
.fleet
.idea
.vscode
update