Skip to content

Commit

Permalink
Ignore .direnv from notebook
Browse files Browse the repository at this point in the history
For those who use envrc/direnv
  • Loading branch information
srid committed Oct 27, 2024
1 parent dbcbbe1 commit 46cbbe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion emanote/emanote.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: emanote
version: 1.3.18.0
version: 1.3.19.0
license: AGPL-3.0-only
copyright: 2022 Sridhar Ratnakumar
maintainer: [email protected]
Expand Down
1 change: 1 addition & 0 deletions emanote/src/Emanote/Source/Pattern.hs
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ ignorePatterns =
-- Any top-level Nix flake files
"flake.nix"
, "flake.lock"
, ".direnv"
]

0 comments on commit 46cbbe7

Please sign in to comment.