There was an error while loading. Please reload this page.
1 parent 69cdba6 commit 0199cd1Copy full SHA for 0199cd1
1 file changed
.gitignore
@@ -1 +1,12 @@
1
-node_modules
+# Dependencies
2
+/node_modules
3
+
4
+# Misc
5
+.DS_Store
6
7
+# Debug
8
+npm-debug.log*
9
10
+# IDE
11
+/.idea
12
+/.vscode
0 commit comments