* Updated ignore files.

This commit is contained in:
2025-10-13 13:58:53 +02:00
parent 78036d4903
commit e396dffc1c
2 changed files with 2 additions and 17 deletions

17
.gitignore vendored
View File

@@ -1,23 +1,6 @@
/.phpunit.cache
/node_modules
/public/build
/public/hot
/public/storage
/storage/*.key
/storage/pail
/storage/debugbar
!/storage/avatars/_*.svg
/vendor
.env .env
.env.backup .env.backup
.env.production .env.production
.phpactor.json
.phpunit.result.cache
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
/auth.json
/.fleet /.fleet
/.idea /.idea
/.nova /.nova

2
src/.gitignore vendored
View File

@@ -5,6 +5,8 @@
/public/storage /public/storage
/storage/*.key /storage/*.key
/storage/pail /storage/pail
/storage/debugbar
!/storage/avatars/_*.svg
/vendor /vendor
.env .env
.env.backup .env.backup