summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMatthew Kosarek <matthew.kosarek@vention.cc>2021-02-20 14:24:43 -0500
committerMatthew Kosarek <matthew.kosarek@vention.cc>2021-02-20 14:24:43 -0500
commit61f537c0bc9ff6b73fc7e837e08a5c7867f16832 (patch)
tree10f78a9b684deab67bd133bd7b28c015db40b60c /.gitignore
parent5c409f04470e319f0a57e8791bc96cd724ee601c (diff)
Multithreading requests on the backend, and removing unnecessary files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..84cc797
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+backend/Server/Debug
+backend/Server/Release
+backend/Server/.vs
+.vs/
+backend/Server/Server/Debug \ No newline at end of file