Skip to content

Commit

Permalink
use tap 15
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed May 6, 2021
1 parent f5a57d3 commit 37b44c1
Show file tree
Hide file tree
Showing 14 changed files with 7,707 additions and 2,724 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.*.swp
/*.tap
node_modules/*
v8.log
profile.txt
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Match files using the patterns the shell uses, like stars and stuff.
This is a glob implementation in JavaScript. It uses the `minimatch`
library to do its matching.

![](logo/glob.png)
![a fun cartoon logo made of glob characters](logo/glob.png)

## Usage

Expand Down
Loading

0 comments on commit 37b44c1

Please sign in to comment.