From 731a648ef623bf03cd0d41266698940bfc239ff4 Mon Sep 17 00:00:00 2001 From: isaacs Date: Tue, 28 Jan 2020 21:35:41 -0800 Subject: [PATCH] ignore more stuff --- .gitignore | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0f8fd948..8a4ed38c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,28 @@ +# 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 + .*.swp -node_modules -.nyc_output/ -coverage/ +node_modules/ test/fixtures/unpack +!benchmarks/ benchmarks/extract/cwd