• Joshua Ballanco's avatar
    Correct ignore pattern for private · 989c4b48
    Joshua Ballanco authored
    The pattern `private/*` only ignores items one level deep in the private directory. More deeply nested files (e.g. `private/snippets/mysnip`) will *not* be ignored. Changing this to just `private/` ignores the entire directory structure (minus the files explicitly included).
    989c4b48
.gitignore 569 Bytes