Began implementing RSE Minecraft server items.

This commit is contained in:
2024-10-18 09:16:57 +00:00
commit 1f20da27ad
43 changed files with 5671 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
node_modules
# Output
.output
.vercel
/.svelte-kit
/build
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
!.env.example
!.env.test
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*