Skip to content

Commit

Permalink
fix: stop preventing any directory or file foo from existing in the…
Browse files Browse the repository at this point in the history
… project (#334)

This tripped up some test fixtures I wrote where I had inadvertently created
a directory `foo` and hadn't realized they were never actually checked in. Was a bit
of a headscratcher we want to prevent in the future.
  • Loading branch information
faassen authored Oct 13, 2022
1 parent 275d88b commit 3ef7ccc
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 @@ -2,4 +2,3 @@
/iroh_gateway/test_files/*
.env
Cargo.lock
foo

0 comments on commit 3ef7ccc

Please sign in to comment.