Add empty template database for clean project setup
Some checks failed
Lint and Build / build (22) (pull_request) Failing after 34s
Lint and Build / build (20) (pull_request) Failing after 49s

- Create sources.template.db with empty tables but proper schema
- Update .gitignore to track template database while ignoring local databases
- Allows users to copy template and configure FILE_DIRECTORY for their local setup
- Prevents accidental commits of local development data

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Decobus 2025-07-19 05:31:29 -04:00
parent d1970c8c01
commit 0d9c88958e
2 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View file

@ -86,6 +86,8 @@ logs
files/*.db
files/*.sqlite
files/*.sqlite3
# But include template database
!files/*.template.db
# OS generated files
.DS_Store

BIN
files/sources.template.db Normal file

Binary file not shown.