- 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.
26 lines
345 B
Plaintext
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/ |