coolify/.gitignore

25 lines
352 B
Plaintext
Raw Normal View History

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