diff options
| author | rknol <rknol@MacBook-Pro-2.fritz.box> | 2020-09-27 17:38:43 +0200 |
|---|---|---|
| committer | rknol <rknol@MacBook-Pro-2.fritz.box> | 2020-09-27 17:38:43 +0200 |
| commit | ed9f8fd50086439ff3de12092af2f813763ada91 (patch) | |
| tree | 59120bb83803110a4b7f5e19f300c75e84c51e76 /.gitignore | |
| parent | d75b263c0b08ac7c729cc7bb98df99f3c4ec6ab4 (diff) | |
First implementation of the socket server
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1 +1,2 @@ -.idea
\ No newline at end of file +.idea +node_modules
\ No newline at end of file |