Skip to content

Commit

Permalink
Remove tmp dir from gitignore (elixir-editors#482)
Browse files Browse the repository at this point in the history
After elixir-editors#463 was merged, there is nothing actually using the tmp directory
for tests. And any current contributors who pull down master will still
have the issue, so by removing `tmp` from .gitignore it is a signal to
contributors to clean up that directory (and then their tests will work
again).
  • Loading branch information
axelson authored Feb 13, 2021
1 parent f9ae150 commit ff4029f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ erl_crash.dump
/release

# Also ignore temp files created during testing
**/test/tmp
.tmp

0 comments on commit ff4029f

Please sign in to comment.