Files
hnh-map/.gitignore
Nikolay Tatarinov f6375e7d0f Update project configuration and documentation
- Modified .gitignore to retain rules directory while excluding other cursor files.
- Updated backend-go.mdc to clarify compatibility notes.
- Enhanced project-conventions.mdc with guidelines on coding practices and running tests.
- Added SKILL.md for detailed instructions on running backend and frontend tests in the hnh-map monorepo.
2026-03-03 23:47:48 +03:00

26 lines
345 B
Plaintext

# Go build
/hnh-map
/hnh-map.exe
# Data / runtime
grids/
# Nuxt / Node (frontend-nuxt)
frontend-nuxt/node_modules
frontend-nuxt/.nuxt
frontend-nuxt/.output
node_modules
# Old Vue 2 frontend (if present)
frontend/node_modules
frontend/dist
# Env and logs
.env
.env.*
!.env.example
*.log
# OS / IDE
.DS_Store
.vscode/