Added base setup for Alliance's map

This commit is contained in:
Alexis
2023-10-01 21:43:37 +02:00
parent 8d00d75886
commit 54deafba8c
14 changed files with 7098 additions and 54 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# build output
dist/
# generated types
.astro/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store