Files
netto/.gitignore
T
Maofeng 312cb1fd59 chore: bootstrap repository tooling
Add npm and Bun dependency metadata.

Configure TypeScript and shared editor defaults.

Ignore dependencies, build output, caches, logs, and local files.
2026-07-25 06:04:19 +08:00

37 lines
386 B
Plaintext

# Dependencies
node_modules/
# Build output and caches
dist/
coverage/
.cache/
.vite/
*.tsbuildinfo
# Local environment files
.env
.env.*
!.env.example
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Local reference data
.base-ui-official/
# Editors
.idea/
.vscode/
*.swp
*.swo
.zed/*
!.zed/settings.json
# Operating system files
.DS_Store
Thumbs.db