- Updated the backend documentation in CONTRIBUTING.md and README.md to reflect changes in application structure and API endpoints. - Enhanced the frontend components in MapView.vue for better handling of context menu actions. - Added new types and interfaces in TypeScript for improved type safety in the frontend. - Introduced new utility classes for managing characters and markers in the map. - Updated .gitignore to include .vscode directory for better development environment management.
26 lines
341 B
Plaintext
26 lines
341 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
|
|
|
|
# Old Vue 2 frontend (if present)
|
|
frontend/node_modules
|
|
frontend/dist
|
|
|
|
# Env and logs
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
*.log
|
|
|
|
# OS / IDE
|
|
.DS_Store
|
|
.cursor/
|
|
.vscode/ |