There was an error while loading. Please reload this page.
1 parent 9fd0d1a commit fdd62efCopy full SHA for fdd62ef
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