summaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
Diffstat (limited to 'git')
-rw-r--r--git/.config/git/rootignore7
-rw-r--r--git/.gitconfig.j212
2 files changed, 0 insertions, 19 deletions
diff --git a/git/.config/git/rootignore b/git/.config/git/rootignore
deleted file mode 100644
index 136db89..0000000
--- a/git/.config/git/rootignore
+++ /dev/null
@@ -1,7 +0,0 @@
-.classpath
-.factorypath
-.project
-.settings
-.idea
-.cache
-.vscode
diff --git a/git/.gitconfig.j2 b/git/.gitconfig.j2
deleted file mode 100644
index 015ad96..0000000
--- a/git/.gitconfig.j2
+++ /dev/null
@@ -1,12 +0,0 @@
-[user]
- signingkey = {{ pgp.signing }}
- user = {{ user.name }}
- email = {{ user.email }}
-[commit]
- gpgsign = true
-[core]
- excludesFile = ~/.config/git/rootignore
-[push]
- autoSetupRemote = true
-[pull]
- rebase = true