Skip to content

Commit

Permalink
ignore stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Feb 12, 2020
1 parent 147eac4 commit 1a3667a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 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
!map.js
!.github/

0 comments on commit 1a3667a

Please sign in to comment.