1
0
Fork 0

gitignore: ignore public/mix-manifest.json

This commit is contained in:
Henrik Hautakoski 2023-01-29 14:51:19 +01:00
parent 4ed78e41f3
commit e9b57ce1a4
2 changed files with 1 additions and 3 deletions

1
.gitignore vendored
View file

@ -3,6 +3,7 @@
/public/hot
/public/storage
/public/img
/public/mix-manifest.json
/storage/*.key
/vendor
.env

View file

@ -1,3 +0,0 @@
{
"/css/app.css": "/css/app.css"
}