fix(gitignore): add pocketbase and related patterns to .gitignore

feat(database): add .gitkeep file to maintain database directory


Former-commit-id: ff542007f6ca25c8ab070e340bf966ceb07387c5 [formerly 6ab59ee50413452b0ead86a502554c6ed6f2fea9] [formerly 5346b4a4b3393c4ced09066aee14545a22038810 [formerly b2b7a613b3272b7bb6b373c5a1983fdd365c8c96]]
Former-commit-id: 0424f7137dcc3b34348d2d4c9d6c7723778b63f7 [formerly 6c512d7a9f5cf27b183c208ef4040b15d47cd5bc]
Former-commit-id: 01c949f33ba0496e9c0d284fbb886aef2231b1fc
This commit is contained in:
Melvin Chia
2025-10-14 15:20:24 +08:00
parent 651035558c
commit 36b9fb82ec
2 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@@ -34,6 +34,7 @@ pnpm-debug.log*
*.sln
*.sw?
/database
pocketbase
pb_*
medium
logs

0
database/.gitkeep Normal file
View File