Skip to content

Commit

Permalink
ignore most things
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 27, 2020
1 parent 3344f8d commit 3af8c54
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions .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

0 comments on commit 3af8c54

Please sign in to comment.