Initial commit

This commit is contained in:
Andrew Lalis 2024-06-25 20:12:15 +00:00
commit b38217df5e
2 changed files with 29 additions and 0 deletions

26
.gitignore vendored Normal file
View File

@ -0,0 +1,26 @@
# ---> D
# Compiled Object files
*.o
*.obj
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Compiled Static libraries
*.a
*.lib
# Executables
*.exe
# DUB
.dub
docs.json
__dummy.html
docs/
# Code coverage
*.lst

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# mc-server-manager
Simple web server where players can see a list of available servers, player counts, and request to turn on a server if they have a passcode.