Update README with project details and setup instructions; add data directories to .gitignore

This commit is contained in:
Leonid Pershin
2026-08-16 17:09:16 +03:00
parent 9d09d6e97f
commit 8460921bfa
73 changed files with 6978 additions and 1 deletions
+10
View File
@@ -414,3 +414,13 @@ FodyWeavers.xsd
# Built Visual Studio Code Extensions
*.vsix
# ---> The Living World
# Generated worlds and cached Overpass responses; both are reproducible from coordinates.
data/
src/TheLivingWorld.Api/data/
# Frontend
node_modules/
dist/
.vite/