🙈 add .gitignore

Co-authored-by: haraldnilsen <harald_998@hotmail.com>
This commit is contained in:
Sindre Kjelsrud 2023-12-10 14:47:19 +01:00
parent d2c9e67833
commit 402fbf6a2c

12
.gitignore vendored Normal file
View file

@ -0,0 +1,12 @@
.DS_Store
# Frontend
frontend/node_modules
frontend/build
frontend/.svelte-kit
frontend/package
frontend/.env
frontend/.env.*
frontend/!.env.example
frontend/vite.config.js.timestamp-*
frontend/vite.config.ts.timestamp-*