mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 13:00:39 +00:00
43 lines
423 B
Plaintext
43 lines
423 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Wrangler
|
|
.wrangler/
|
|
.dev.vars
|
|
wrangler.my.toml
|
|
RELEASE_NOTES.md
|
|
tests/selfcheck.ts
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
public/
|
|
public2/
|
|
public/index.html
|
|
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Package lock (optional - remove if you want to commit it)
|
|
# package-lock.json
|