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!.github/ 19!.travis.yml 20!.gitignore 21!.gitattributes 22!coverage-map.js 23!map.js 24!index.js 25