0.1.1
Pre-release
Pre-release
0.1.1
2018-11-05
Don't mind the patch release, it's just there cause I goofed up. This is the
initial release of git-ignore
, a small and simple tool that allows you to
quickly and easily list and get all the templates that exists on
www.gitignore.io.
- [
902e94eb61
] - Fix badge displaying the wrong URL on crates.io - [
efc83813aa
] - Don't link to the wrong project, whoops [ci skip] - [
8d363f2b93
] - Add README [ci skip] - [
9389ff9ff8
] - Add LICENSE, update name of package on crates.io and metadata - [
420b4eba87
] - We cannot print stuff we cannot pipe to .gitignore - [
f55376c734
] - Include Cargo.lock since this is an application - [
27ecae60ba
] - Fetch and print gitignore templates - [
93bbd19770
] - Make sure any matches are included - [
3045c6fefd
] - Silence errors - [
edeafa8992
] - Format with rustfmt and fix Clippy lints - [
64e9e21b37
] - List all matches found - [
c7beeb9472
] - List all possible templates from gitignore.io - [
11d66fcf6f
] - Add a very simple CLI interface - [
7c077a87fa
] - Forbid the usage of unsafe, fail on warnings and add Travis config - [
7a65ce7915
] - In the beginning there was darkness...