Update .gitignore
This commit is contained in:
parent
bee9c1cc00
commit
a26dd9741a
6
.gitignore
vendored
6
.gitignore
vendored
@ -11,12 +11,18 @@
|
|||||||
# production
|
# production
|
||||||
/build
|
/build
|
||||||
|
|
||||||
|
# images
|
||||||
|
/img
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.env.local
|
.env.local
|
||||||
.env.development.local
|
.env.development.local
|
||||||
.env.test.local
|
.env.test.local
|
||||||
.env.production.local
|
.env.production.local
|
||||||
|
php/composer*
|
||||||
|
php/psalm.xml
|
||||||
|
php/vendor
|
||||||
|
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
|
Loading…
Reference in New Issue
Block a user