diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2021-04-23 14:35:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 14:35:41 +0200 |
commit | 970d371442b450782f3fcc4c34e1afe0f848672d (patch) | |
tree | 8fe89e414f5f39210a5e74e56cb84639344a4ed1 /deps/deno/bin/.gitignore | |
parent | c95d1f72a879b9b0c430431325a9d3b92d46604b (diff) |
fix(bash): bash errors on windows (#5406)
Diffstat (limited to 'deps/deno/bin/.gitignore')
-rw-r--r-- | deps/deno/bin/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/deno/bin/.gitignore b/deps/deno/bin/.gitignore index a8df2a91b2..6f4f877a95 100644 --- a/deps/deno/bin/.gitignore +++ b/deps/deno/bin/.gitignore @@ -1 +1 @@ -deno
\ No newline at end of file +deno* |