* Initial plan * docs: add comprehensive contributing guidelines and templates Co-authored-by: onnwee <211922112+onnwee@users.noreply.github.com> * docs: update README and SECURITY with better formatting and links Co-authored-by: onnwee <211922112+onnwee@users.noreply.github.com> * docs: finalize contributing guidelines and formatting Co-authored-by: onnwee <211922112+onnwee@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: onnwee <211922112+onnwee@users.noreply.github.com>
103 lines
1.1 KiB
Plaintext
103 lines
1.1 KiB
Plaintext
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
.pnpm-debug.log*
|
|
|
|
# Diagnostic reports
|
|
report.*.json
|
|
|
|
# Runtime data
|
|
pids/
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Compiled binary addons
|
|
build/
|
|
build/Release/
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
backend/node_modules/
|
|
frontend/node_modules/
|
|
|
|
# TypeScript build output
|
|
*.tsbuildinfo
|
|
|
|
# Cache
|
|
.cache/
|
|
.parcel-cache/
|
|
.vitepress/dist/
|
|
.vitepress/cache/
|
|
.nyc_output/
|
|
coverage/
|
|
*.lcov
|
|
|
|
# VitePress build output
|
|
docs/.vitepress/dist/
|
|
docs/.vitepress/cache/
|
|
|
|
# VSCode
|
|
.vscode-test
|
|
.tern-port
|
|
.DS_Store
|
|
|
|
# ESLint/Stylelint
|
|
.eslintcache
|
|
.stylelintcache
|
|
|
|
# dotenv environment variable files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Output of `npm pack`
|
|
*.tgz
|
|
|
|
# Yarn (v2+) and pnpm
|
|
.yarn/
|
|
.pnp.*
|
|
.pnpm-debug.log*
|
|
|
|
# Prisma (if using generated output)
|
|
**/src/generated/prisma/
|
|
|
|
# Framework-specific
|
|
.next/
|
|
out/
|
|
.nuxt/
|
|
dist/
|
|
.vuepress/
|
|
.docusaurus/
|
|
|
|
# Gatsby
|
|
.cache/
|
|
# public/
|
|
|
|
# Serverless
|
|
.serverless/
|
|
|
|
# FuseBox
|
|
.fusebox/
|
|
|
|
# DynamoDB Local
|
|
.dynamodb/
|
|
|
|
# Local project folders
|
|
frontend/dist/
|
|
frontend/build/
|
|
backend/logs/
|
|
|
|
# Nginx SSL certificates
|
|
nginx/ssl/
|
|
|
|
# Loki and Grafana data
|
|
loki/data/
|
|
grafana/data/
|
|
|
|
*.zip
|