Update .gitignore

This commit is contained in:
Sheldon Lee 2023-11-09 20:39:23 +08:00
parent bee9c1cc00
commit a26dd9741a

6
.gitignore vendored
View File

@ -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*