aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2022-11-05 22:48:02 +0300
committerValentin Popov <valentin@popov.link>2022-11-05 22:48:02 +0300
commit12dbe3646ec4c645a84412d26c8a2e761e4f6cc5 (patch)
treefded62210800e13e9f669d9e106e9bf4117460f6 /.gitignore
parent5b0ad5425def9b03a96808a444edd3023980275e (diff)
downloadpopov.link-12dbe3646ec4c645a84412d26c8a2e761e4f6cc5.tar.xz
popov.link-12dbe3646ec4c645a84412d26c8a2e761e4f6cc5.zip
Removed connections to NPM
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 18d5e87..984ea9b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
-node_modules/
-public/ \ No newline at end of file
+/public
+/.vscode
+/.idea \ No newline at end of file