We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 797e7e3 commit 064a85cCopy full SHA for 064a85c
.gitignore
@@ -1,12 +1,10 @@
1
-*.swp
2
-*~
3
-*.iml
4
-.*.haste_cache.*
5
-.DS_Store
6
-.idea
7
-npm-debug.log
+# This .gitignore only ignores files specific to this repository.
+# If you see other files generated by your OS or tools you use, consider
+# creating a global .gitignore file.
+#
+# https://help.github.com/articles/ignoring-files/#create-a-global-gitignore
+# https://www.gitignore.io/
8
9
node_modules
10
coverage
11
dist
12
-.vscode
0 commit comments