You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
621 B
Plaintext

# Repo-specific
.junk/
# OS files
.DS_Store
Thumbs.db
# IDE/editor
.vscode/
.idea/
*.swp
*.swo
*.swn
*.swm
*~
# Env / secrets
.env
.env.*
!.env.example
!**/.env.prod.example
# Node / frontend
frontend/node_modules/
frontend/.yarn/
frontend/dist/
frontend/**/dist/
frontend/build/
frontend/.cache/
frontend/.vite/
frontend/.turbo/
frontend/.eslintcache
package-lock.json
npm-shrinkwrap.json
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Go / backend
**/*.test
**/*.out
**/coverage*
**/profile.out
**/cpu.out
**/mem.out
# Go workspace caches (optional, safe)
**/.cache/
# CI/CD artifacts
reports/