lasthourcloud/.gitignore

25 lines
352 B
Plaintext
Raw Normal View History

2022-02-10 14:47:44 +00:00
.DS_Store
node_modules
2022-08-15 09:57:01 +00:00
.pnpm-store
2022-12-21 14:06:33 +00:00
/apps/ui/build
/build
2022-07-06 09:02:36 +00:00
.svelte-kit
package
2021-03-24 21:11:14 +00:00
.env
2022-07-06 09:02:36 +00:00
.env.*
!.env.example
dist
apps/api/db/*.db
2022-08-26 18:39:13 +00:00
apps/api/db/migration.db-journal
2022-09-15 07:34:39 +00:00
apps/api/core*
2022-12-29 21:33:31 +00:00
apps/server/build
2022-12-02 13:34:06 +00:00
apps/backup/backups/*
!apps/backup/backups/.gitkeep
2022-12-21 14:06:33 +00:00
/logs
2022-10-21 09:30:16 +00:00
others/certificates
2022-12-02 13:34:06 +00:00
backups/*
2022-12-12 13:48:56 +00:00
!backups/.gitkeep
# Trpc
apps/server/db/*.db
apps/server/db/*.db-journal