summaryrefslogtreecommitdiff
path: root/.local/bin/development/gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/development/gitignore')
-rwxr-xr-x.local/bin/development/gitignore6
1 files changed, 0 insertions, 6 deletions
diff --git a/.local/bin/development/gitignore b/.local/bin/development/gitignore
deleted file mode 100755
index d78ff99..0000000
--- a/.local/bin/development/gitignore
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-# gi - edit the Git Ignore file of current repo
-
-TOPLEVEL="$(git rev-parse --show-toplevel)" || exit
-find "$TOPLEVEL" -name ".gitignore" | xargs -r nvim -p