commit b38217df5e8d7917b65057826c726747c74c579a Author: Andrew Lalis Date: Tue Jun 25 20:12:15 2024 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2758450 --- /dev/null +++ b/.gitignore @@ -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 + diff --git a/README.md b/README.md new file mode 100644 index 0000000..a129b2b --- /dev/null +++ b/README.md @@ -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. \ No newline at end of file