work-hub-server/.gitignore
Nicolas HOARAU 8970f46a80
All checks were successful
ci / ci (22) (push) Successful in 10m34s
chore(ci): Ignore the .opencode/ directory as per best practice.
2026-06-10 02:16:09 +04:00

41 lines
450 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Dependencies
node_modules
.pnp
.pnp.js
# Local env files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Testing
coverage
# Turbo
.turbo
# Vercel
.vercel
# Build Outputs
.next/
out/
build
dist
# OpenSpec / Environment specific files
.opencode/
# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Misc
.DS_Store
*.pem