Ignore env file and db-shm in .gitignore
Some checks are pending
Build NapCat Artifacts / Build-Framework (push) Waiting to run
Build NapCat Artifacts / Build-Shell (push) Waiting to run

Add packages/napcat-develop/config/.env to .gitignore to prevent committing environment configuration, and restore the guild1.db-shm entry (fix EOF/newline).
This commit is contained in:
手瓜一十雪 2026-02-02 13:22:29 +08:00
parent e3d4cee416
commit 9b385ac9c9

1
.gitignore vendored
View File

@ -17,3 +17,4 @@ bun.lockb
tests/run/ tests/run/
guild1.db-wal guild1.db-wal
guild1.db-shm guild1.db-shm
packages/napcat-develop/config/.env