This commit is contained in:
Chris de Graaf 2017-08-16 01:20:20 -05:00
parent 7200465153
commit af744a21a2

View File

@ -33,7 +33,7 @@ end
You can also add patterns like `*.key`, etc. to this array. Note that Windows You can also add patterns like `*.key`, etc. to this array. Note that Windows
Git also recognizes `/` as a path separator in `.gitignore`, so there's no Git also recognizes `/` as a path separator in `.gitignore`, so there's no
pneed for `joinpath`. need for `joinpath`.
Suppose that `MyPlugin` also has a configuration file at the root of the repo. Suppose that `MyPlugin` also has a configuration file at the root of the repo.
We're going to put a default `myplugin.yml` in `defaults`, but we also want We're going to put a default `myplugin.yml` in `defaults`, but we also want