Files
encoach_frontend_new_v2/.gitignore
devops 3ebcec2b43 chore: add docker-compose, .gitignore and README
Infrastructure files for staging deployment pipeline.
The post-receive hook on the staging server will build and
deploy automatically when PRs are merged to main.

Made-with: Cursor
2026-03-30 19:40:44 +04:00

24 lines
217 B
Plaintext

# Environment files — never commit secrets
.env
.env.*
!.env.example
# Next.js
.next/
out/
node_modules/
# Build
dist/
build/
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*