Skip to content

Commit 1a3667a

Browse files
committed
ignore stuff
1 parent 147eac4 commit 1a3667a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.gitignore

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
!coverage-map.js
22+
!index.js
23+
!map.js
24+
!.github/

0 commit comments

Comments
 (0)