mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-01 00:44:35 -04:00
Updates for .gitignore
This commit is contained in:
parent
0bc3f6dadb
commit
cf1ce9ebd5
2
.gitignore
vendored
2
.gitignore
vendored
@ -5,7 +5,9 @@
|
|||||||
/storage/*.key
|
/storage/*.key
|
||||||
/storage/debugbar
|
/storage/debugbar
|
||||||
/storage/*
|
/storage/*
|
||||||
|
/tests/bootstrap/
|
||||||
/vendor
|
/vendor
|
||||||
|
/app/Console/Commands/vendor/
|
||||||
/.idea
|
/.idea
|
||||||
/.vscode
|
/.vscode
|
||||||
/.vagrant
|
/.vagrant
|
||||||
|
5
phpstan.neon
Normal file
5
phpstan.neon
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
parameters:
|
||||||
|
level: 6
|
||||||
|
paths:
|
||||||
|
- app
|
||||||
|
- tests
|
Loading…
x
Reference in New Issue
Block a user