chore: merge gitignore files

This commit is contained in:
Sam 2023-03-20 16:40:36 +01:00
parent 1b949a013d
commit 938005cd9f
No known key found for this signature in database
GPG Key ID: B4EF20DDE721CAA1
2 changed files with 7 additions and 14 deletions

11
.gitignore vendored
View File

@ -1,10 +1,13 @@
.vscode .vscode
node_modules node_modules
*.log* *.log*
.nuxt
.nitro
.cache
.output
.env .env
.env.*
!.env.example
dist dist
dump.rdb dump.rdb
build
.svelte-kit
package
vite.config.js.timestamp-*
vite.config.ts.timestamp-*

10
frontend/.gitignore vendored
View File

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