Skip to content

Commit 3af8c54

Browse files
committed
ignore most things
1 parent 3344f8d commit 3af8c54

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

.gitignore

+22-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
/node_modules
2-
/.nyc_output
3-
/coverage
4-
/test/cache
1+
# ignore most things, include some others
2+
/*
3+
/.*
4+
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

Comments
 (0)