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 3344f8d commit 3af8c54Copy full SHA for 3af8c54
.gitignore
@@ -1,4 +1,22 @@
1
-/node_modules
2
-/.nyc_output
3
-/coverage
4
-/test/cache
+# ignore most things, include some others
+/*
+/.*
+
5
+!bin/
6
+!lib/
7
+!docs/
8
+!package.json
9
+!package-lock.json
10
+!README.md
11
+!CONTRIBUTING.md
12
+!LICENSE
13
+!CHANGELOG.md
14
+!example/
15
+!scripts/
16
+!tap-snapshots/
17
+!test/
18
+!.travis.yml
19
+!.gitignore
20
+!.gitattributes
21
+!map.js
22
+!index.js
0 commit comments