NapCatQQ/.gitignore
手瓜一十雪 9b385ac9c9
Some checks are pending
Build NapCat Artifacts / Build-Framework (push) Waiting to run
Build NapCat Artifacts / Build-Shell (push) Waiting to run
Ignore env file and db-shm in .gitignore
Add packages/napcat-develop/config/.env to .gitignore to prevent committing environment configuration, and restore the guild1.db-shm entry (fix EOF/newline).
2026-02-02 13:22:29 +08:00

21 lines
242 B
Plaintext

# Develop
node_modules/
pnpm-lock.yaml
out/
dist/
/src/core.lib/common/
devconfig/*
# Editor
!.vscode/extensions.json
.idea/*
# Build
*.db
checkVersion.sh
bun.lockb
tests/run/
guild1.db-wal
guild1.db-shm
packages/napcat-develop/config/.env