🙈 add .gitignore
Co-authored-by: haraldnilsen <harald_998@hotmail.com>
This commit is contained in:
parent
d2c9e67833
commit
402fbf6a2c
1 changed files with 12 additions and 0 deletions
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal 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-*
|
Reference in a new issue