diff options
author | Santo Cariotti <santo@dcariotti.me> | 2022-07-26 15:05:28 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2022-07-26 15:05:28 +0200 |
commit | d29b49fc89b608794a2ab9df84e745b864b93b2f (patch) | |
tree | f69363041986ecbdc9034f0d1789df4cb4d1d613 /Year_3/Web/chat-socket-io/.gitignore | |
parent | 60694e0d8630440682fab9675d9bb2ba3126e693 (diff) |
Chat example
Diffstat (limited to 'Year_3/Web/chat-socket-io/.gitignore')
-rw-r--r-- | Year_3/Web/chat-socket-io/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Year_3/Web/chat-socket-io/.gitignore b/Year_3/Web/chat-socket-io/.gitignore new file mode 100644 index 0000000..c2658d7 --- /dev/null +++ b/Year_3/Web/chat-socket-io/.gitignore @@ -0,0 +1 @@ +node_modules/ |