🙈 update gitignore

Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2024-05-02 16:28:05 +02:00
parent 7a3030ad85
commit c5e45424ea
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6

3
.gitignore vendored
View file

@ -6,11 +6,10 @@ frontend/build
frontend/.svelte-kit frontend/.svelte-kit
frontend/package frontend/package
frontend/.env frontend/.env
frontend/.env.*
frontend/!.env.example
frontend/vite.config.js.timestamp-* frontend/vite.config.js.timestamp-*
frontend/vite.config.ts.timestamp-* frontend/vite.config.ts.timestamp-*
frontend/package-lock.json frontend/package-lock.json
# Backend # Backend
backend/certs backend/certs
backend/.env