Skip to content

Commit

Permalink
ignore direnv directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kentookura committed Jan 27, 2024
1 parent ce6be94 commit 06868a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/watch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ fn proper_pathset() -> io::Result<Vec<String>> {
!path.contains(".git")
&& !path.contains(".hg")
&& !path.contains("node_modules")
&& path != ".direnv"
&& path != "output"
&& path != "assets"
&& path != "theme"
Expand Down

0 comments on commit 06868a2

Please sign in to comment.