You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# ignore most things, include some others |
|
/* |
|
/.* |
|
|
|
!bin/ |
|
!lib/ |
|
!docs/ |
|
!package.json |
|
!package-lock.json |
|
!README.md |
|
!CONTRIBUTING.md |
|
!LICENSE |
|
!CHANGELOG.md |
|
!example/ |
|
!scripts/ |
|
!tap-snapshots/ |
|
!test/ |
|
!.travis.yml |
|
!.gitignore |
|
!.gitattributes |
|
!coverage-map.js |
|
!index.js
|
|
|