Remove dead files.dat references from build config (closes #22)
check / check (push) Failing after 0s
check / check (push) Failing after 0s
files.dat was the pre-database on-disk scan format; nothing has produced it since the persistent SQLite database landed. Drop the stale references from Makefile clean, .gitignore and .dockerignore. make clean still removes the binary, and .gitignore still covers the actual database artifacts (*.sqlite, *.sqlite-shm, *.sqlite-wal). The sole remaining files.dat mention is the historical entry in TODO.md. Model: opus-4-8
This commit is contained in:
@@ -27,7 +27,6 @@ node_modules/
|
||||
*.log
|
||||
|
||||
# Local scan data
|
||||
files.dat
|
||||
*.sqlite
|
||||
*.sqlite-shm
|
||||
*.sqlite-wal
|
||||
|
||||
Reference in New Issue
Block a user