From ff06fd2f1eacf88c6f5d1c7db5200f819f1bc1cd Mon Sep 17 00:00:00 2001 From: sandroid Date: Mon, 28 Jul 2025 19:27:24 +0200 Subject: [PATCH] Fix: use github/gitignore for ignore files The repo we originally used has gone away --- bin/git-forgit | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/git-forgit b/bin/git-forgit index 82f4b52..d5cbe3a 100755 --- a/bin/git-forgit +++ b/bin/git-forgit @@ -1078,9 +1078,9 @@ _forgit_blame() { } # git ignore generator -export FORGIT_GI_REPO_REMOTE=${FORGIT_GI_REPO_REMOTE:-https://github.com/dvcs/gitignore} -export FORGIT_GI_REPO_LOCAL="${FORGIT_GI_REPO_LOCAL:-${XDG_CACHE_HOME:-$HOME/.cache}/forgit/gi/repos/dvcs/gitignore}" -export FORGIT_GI_TEMPLATES=${FORGIT_GI_TEMPLATES:-$FORGIT_GI_REPO_LOCAL/templates} +export FORGIT_GI_REPO_REMOTE=${FORGIT_GI_REPO_REMOTE:-https://github.com/github/gitignore} +export FORGIT_GI_REPO_LOCAL="${FORGIT_GI_REPO_LOCAL:-${XDG_CACHE_HOME:-$HOME/.cache}/forgit/gi/repos/github/gitignore}" +export FORGIT_GI_TEMPLATES=${FORGIT_GI_TEMPLATES:-$FORGIT_GI_REPO_LOCAL} _forgit_path_preview() { local path name ext pager