Skip to content

Commit

Permalink
ignore more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 29, 2020
1 parent f9555dd commit 731a648
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 731a648

Please sign in to comment.