mirror of
https://github.com/decolua/9router.git
synced 2026-05-08 12:01:28 +00:00
33 lines
374 B
Plaintext
33 lines
374 B
Plaintext
# VCS
|
|
.git
|
|
**/.git
|
|
|
|
# Editor
|
|
.vscode
|
|
**/.vscode
|
|
|
|
# Dependencies and build output
|
|
node_modules
|
|
.next
|
|
out
|
|
build
|
|
dist
|
|
coverage
|
|
|
|
# Runtime data and logs
|
|
data
|
|
logs
|
|
|
|
# Local env files (inject at runtime via --env-file or -e)
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Debug logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|