mirror of
https://gitlab.w-hs.de/an14051/backerup-website.git
synced 2026-07-27 17:35:29 +00:00
Merge branch 'main' of https://gitlab.w-hs.de/an14051/backerup-website
This commit is contained in:
+19
-2
@@ -40,9 +40,26 @@ yarn-error.log*
|
||||
# typescript
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
|
||||
# build artifacts
|
||||
/dist/
|
||||
/build/
|
||||
/.next/
|
||||
/frontend/.turbo/
|
||||
|
||||
# bun
|
||||
.bun/
|
||||
bunfig.toml.local
|
||||
|
||||
# cache & logs
|
||||
.turbo/
|
||||
*.log
|
||||
lerna-debug.log*
|
||||
|
||||
# user data & uploads
|
||||
/frontend/data/uploads/
|
||||
/frontend/data/*.db
|
||||
/frontend/data/*.db-wal
|
||||
/frontend/data/*.db-shm
|
||||
/frontend/data/meta.json.migrated
|
||||
/frontend/data/users.json.migrated
|
||||
/frontend/data/*.migrated
|
||||
/data/uploads/
|
||||
|
||||
Reference in New Issue
Block a user