Cargo Features

[dependencies]
repo_path = { version = "1.2.0", default-features = false, features = ["gitignore"] }
default = gitignore

The gitignore feature is set by default whenever repo_path is added without default-features = false somewhere in the dependency tree.

gitignore default

Enables gitignore of repo_path_macro

repo_path has 2 features without comments.