server for my chess game
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 1139b88..2e8b0e2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,9 +2,10 @@
/node_modules
# misc
+.vscode/
.idea
.DS_Store
npm-debug.log*
yarn-debug.log*
-yarn-error.log* \ No newline at end of file
+yarn-error.log*