Skip to content

Commit 17fcda4

Browse files
committed
gitignore: explain ignore lines
1 parent fb22ff2 commit 17fcda4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.gitignore

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Custom folders
2-
/.direnv
3-
/.pre-commit-config.yaml
1+
# Direnv holds its local state in this folder
2+
.direnv
3+
4+
# Precommit is managed through Nix, do not check in local version into git
5+
.pre-commit-config.yaml
46

57
# -- Nix.gitignore --
68

0 commit comments

Comments
 (0)