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 894b0de commit 7c3a5eaCopy full SHA for 7c3a5ea
.gitignore
@@ -1,4 +1,30 @@
1
-.DS_Store
2
-node_modules
+# always ignore files
+*.DS_Store
3
+*.sublime-*
4
.idea
5
*.sock
6
+
7
+# test related, or directories generated by tests
8
+test/actual
9
+actual
10
+coverage
11
+.nyc*
12
13
+# npm
14
+node_modules
15
+npm-debug.log
16
17
+# yarn
18
+yarn.lock
19
+yarn-error.log
20
21
+# misc
22
+_gh_pages
23
+_draft
24
+_drafts
25
+bower_components
26
+vendor
27
+temp
28
+tmp
29
+TODO.md
30
+package-lock.json
0 commit comments