Gitignore .fusion and stray fusion.db files on fn init

This commit is contained in:
gsxdsm
2026-05-28 19:55:49 -07:00
parent 0e5ca34c61
commit 1153b0932e
3 changed files with 55 additions and 22 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
feat(FN-5637): update `fn init` to add `fusion.db`, `fusion.db-wal`, and `fusion.db-shm` to project `.gitignore` alongside `.fusion` and `.pi` so stray runtime SQLite files are not committed.