We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb22ff2 commit 17fcda4Copy full SHA for 17fcda4
.gitignore
@@ -1,6 +1,8 @@
1
-# Custom folders
2
-/.direnv
3
-/.pre-commit-config.yaml
+# Direnv holds its local state in this folder
+.direnv
+
4
+# Precommit is managed through Nix, do not check in local version into git
5
+.pre-commit-config.yaml
6
7
# -- Nix.gitignore --
8
0 commit comments