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).
This commit is contained in:
Jason Karns 2020-03-16 16:58:02 -04:00
parent c6324ff45a
commit a17c5fb596
No known key found for this signature in database
GPG key ID: 4F072FBC1ACA2746

View file

@ -1,2 +0,0 @@
./versions
./cache