mirror of
https://github.com/pyenv/pyenv.git
synced 2024-12-02 18:25:52 -05:00
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:
parent
c6324ff45a
commit
a17c5fb596
1 changed files with 0 additions and 2 deletions
|
@ -1,2 +0,0 @@
|
|||
./versions
|
||||
./cache
|
Loading…
Reference in a new issue