mirror of
https://github.com/decolua/9router.git
synced 2026-05-08 12:01:28 +00:00
72 lines
818 B
Plaintext
72 lines
818 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/versions
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
product
|
|
# production
|
|
/build
|
|
.idea/
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# env files (can opt-in for committing if needed)
|
|
.env*
|
|
!.env.example
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
.bin/*
|
|
data/
|
|
logs/*
|
|
source/*
|
|
.cursor/*
|
|
docs/*
|
|
!docs/ARCHITECTURE.md
|
|
test/*
|
|
bin/*
|
|
open-sse/test/*
|
|
RM.vn.md
|
|
RM.md
|
|
cursor/*
|
|
PUBLIC.md
|
|
Thanks.md
|
|
PUBLIC.en.md
|
|
PR/*
|
|
package-lock.json
|
|
|
|
|
|
#Ignore vscode AI rules
|
|
.github/instructions/codacy.instructions.md
|
|
README1.md
|
|
deploy*.sh
|
|
ecosystem.config.*
|
|
|
|
scripts/agSniffer/*
|