NapCatQQ/.gitignore
手瓜一十雪 d4fee6798c 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