From 8977ea5a65b50f86d14a46a9ad3c067d189abc3c Mon Sep 17 00:00:00 2001
From: Andres Montano <andres.montano@tecnalia.com>
Date: Sun, 12 Jun 2022 17:10:22 +0200
Subject: [PATCH] Added .gitocnfig file

---
 dotfiles/.gitconfig | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 dotfiles/.gitconfig

diff --git a/dotfiles/.gitconfig b/dotfiles/.gitconfig
new file mode 100644
index 0000000..c1ed332
--- /dev/null
+++ b/dotfiles/.gitconfig
@@ -0,0 +1,10 @@
+[filter "lfs"]
+	process = git-lfs filter-process
+	required = true
+	clean = git-lfs clean -- %f
+	smudge = git-lfs smudge -- %f
+[user]
+	name = Andres Montano
+	email = andres.montano@tecnalia.com
+[credential]
+	helper = cache --timeout=3600
-- 
GitLab