chore: update .gitignore to exclude database, images, and artifacts

Remove database.sqlite from tracking and add database/database.sqlite,
images/, blackalgo.jpg, and nul to .gitignore.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-27 16:18:32 +01:00
parent 88e5803061
commit 50f492668d
2 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@@ -29,3 +29,7 @@ yarn-error.log
/.claude/settings.local.json
/.windsurf
/LandingPageApp
database/database.sqlite
images/
blackalgo.jpg
nul

Binary file not shown.