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.
45 lines
499 B
Plaintext
45 lines
499 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
|
|
|
|
# Node / frontend
|
|
frontend/node_modules/
|
|
frontend/dist/
|
|
frontend/build/
|
|
frontend/.cache/
|
|
frontend/.vite/
|
|
frontend/.turbo/
|
|
frontend/.eslintcache
|
|
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/
|