Skip to content

Commit

Permalink
chore: fix gitignore entry for tmp (#184)
Browse files Browse the repository at this point in the history
tmp is a symlink and not a directory so `tmp/` doesn't work to ignore
it.
  • Loading branch information
Trott authored May 29, 2021
1 parent 95f5ff9 commit fc4a73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jspm_packages
.node_repl_history

# Cloned nodejs/node for testing
tmp/
tmp

0 comments on commit fc4a73b

Please sign in to comment.