aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorrknol <rknol@MacBook-Pro-2.fritz.box>2020-09-27 17:38:43 +0200
committerrknol <rknol@MacBook-Pro-2.fritz.box>2020-09-27 17:38:43 +0200
commited9f8fd50086439ff3de12092af2f813763ada91 (patch)
tree59120bb83803110a4b7f5e19f300c75e84c51e76 /.gitignore
parentd75b263c0b08ac7c729cc7bb98df99f3c4ec6ab4 (diff)
First implementation of the socket server
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 723ef36..2d2b47d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-.idea \ No newline at end of file
+.idea
+node_modules \ No newline at end of file