mirror of
https://github.com/joeseesun/wechat-radar.git
synced 2026-09-10 23:58:31 +09:00
Initial open source release
This commit is contained in:
+42
@@ -0,0 +1,42 @@
|
||||
# dependencies
|
||||
node_modules/
|
||||
.pnp/
|
||||
.pnp.js
|
||||
|
||||
# next
|
||||
.next/
|
||||
out/
|
||||
|
||||
# production
|
||||
build/
|
||||
dist/
|
||||
|
||||
# local env
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# local runtime data
|
||||
data/
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
*.log
|
||||
|
||||
# caches
|
||||
.tsbuildinfo
|
||||
tsconfig.tsbuildinfo
|
||||
.cache/
|
||||
.turbo/
|
||||
|
||||
# OS/editor
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# agent/private workflow metadata
|
||||
.beads/
|
||||
CLAUDE.md
|
||||
AGENTS.md
|
||||
Reference in New Issue
Block a user