From 3af8c54f277438157627f6f14b2913ac4607dd58 Mon Sep 17 00:00:00 2001 From: isaacs Date: Mon, 27 Jan 2020 14:44:04 -0800 Subject: [PATCH] ignore most things --- .gitignore | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b06a36b..daf2291 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,22 @@ -/node_modules -/.nyc_output -/coverage -/test/cache +# 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 +!map.js +!index.js