Updates for .gitignore

This commit is contained in:
David Bomba 2023-02-16 13:18:12 +11:00
parent 0bc3f6dadb
commit cf1ce9ebd5
2 changed files with 7 additions and 0 deletions

2
.gitignore vendored
View File

@ -5,7 +5,9 @@
/storage/*.key
/storage/debugbar
/storage/*
/tests/bootstrap/
/vendor
/app/Console/Commands/vendor/
/.idea
/.vscode
/.vagrant

5
phpstan.neon Normal file
View File

@ -0,0 +1,5 @@
parameters:
level: 6
paths:
- app
- tests