- Added a new AGENTS.md file to document the project structure and conventions. - Updated .gitignore to include node_modules and refined cursor rules. - Introduced new backend and frontend components for improved map interactions, including context menus and controls. - Enhanced API composables for better admin and authentication functionalities. - Refactored existing components for cleaner code and improved user experience. - Updated README.md to clarify production asset serving and user setup instructions.
28 lines
373 B
Plaintext
28 lines
373 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
|
|
.cursor/*
|
|
!.cursor/rules/
|
|
.vscode/ |