From a17c5fb596195986d2e550939241351b4febf034 Mon Sep 17 00:00:00 2001 From: Jason Karns Date: Mon, 16 Mar 2020 16:58:02 -0400 Subject: [PATCH] Remove agignore Silver Searcher respects .gitignore, so having an .agignore file is redundant. (Both patterns present in .agignore are already present in .gitignore.) It's also worth noting that silver searcher uses .agignore _in addition to_ .gitignore, so removing this file will not cause ag to start ignoring _additional_ patterns from .gitignore (it's already respecting those patterns). --- .agignore | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 .agignore diff --git a/.agignore b/.agignore deleted file mode 100644 index 3a0f7841..00000000 --- a/.agignore +++ /dev/null @@ -1,2 +0,0 @@ -./versions -./cache