mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 13:00:39 +00:00
64 lines
798 B
Plaintext
64 lines
798 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Wrangler
|
|
.wrangler/
|
|
.dev.vars
|
|
wrangler.my.toml
|
|
RELEASE_NOTES.md
|
|
tests/selfcheck.ts
|
|
problem.md
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
.vite-tailwind.err
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Package lock (optional - remove if you want to commit it)
|
|
# package-lock.json
|
|
|
|
tmp/
|
|
.tmp/
|
|
.tmp-bitwarden-clients/
|
|
|
|
nodewarden.wiki/
|
|
wiki/
|
|
AGENTS.md
|
|
settings.json
|
|
.claude/
|
|
NodeWarden-compat/
|
|
.codex-upstream/
|
|
.codex-upstream/bitwarden-server/
|
|
.codex-upstream/bitwarden-clients/
|
|
.codex-upstream/bitwarden-web/
|
|
.codex-upstream/bitwarden-browser/
|
|
|
|
.reasonix/
|
|
|
|
# Compatibility analysis documents
|
|
BITWARDEN_COMPATIBILITY_ANALYSIS.md
|
|
.mcp.json
|
|
opencode.jsonc
|
|
.cursor/
|