mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-04 14:41:14 +00:00
Add packages/napcat-develop/config/.env to .gitignore to prevent committing environment configuration, and restore the guild1.db-shm entry (fix EOF/newline).
21 lines
242 B
Plaintext
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
|