| # 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/ | |
| /.next-cli-build/ | |
| /out/ | |
| cli/.build-home/ | |
| 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/* | |
| 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/* | |
| gitbooks/* | |
| gitbook/README.md | |
| # API Keys & Secrets | |
| token* | |
| *.token | |
| *secret* | |
| *key* | |
| *.pem | |
| .env | |
| .env.local | |
| .env.production | |