aboutsummaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
Diffstat (limited to 'git')
-rw-r--r--git/.gitconfig1
-rw-r--r--git/.gitignore2
2 files changed, 3 insertions, 0 deletions
diff --git a/git/.gitconfig b/git/.gitconfig
index db80b88..77ecd9f 100644
--- a/git/.gitconfig
+++ b/git/.gitconfig
@@ -9,6 +9,7 @@
[core]
autocrlf = false
editor = nvim
+ excludesfile = ~/.dotfiles/git/.gitignore
[alias]
tree = log --graph --pretty='format:"%C(auto)%h [%ad] %an%d: %s"' --date=short
[diff]
diff --git a/git/.gitignore b/git/.gitignore
new file mode 100644
index 0000000..5846fc7
--- /dev/null
+++ b/git/.gitignore
@@ -0,0 +1,2 @@
+/.venv
+/.envrc