From dbe579611c247ad851c54bea3cd4ee2992f507ad Mon Sep 17 00:00:00 2001 From: Cole Arendt Date: Tue, 17 May 2022 12:14:08 -0400 Subject: [PATCH] add the bin directory but also ignore it --- .gitignore | 2 ++ bin/README.md | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 bin/README.md diff --git a/.gitignore b/.gitignore index 694ee91d..a0c035ff 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ helm-docs charts/**/charts/ /*.values /.cr-release-packages +bin/** +!bin/README.md diff --git a/bin/README.md b/bin/README.md new file mode 100644 index 00000000..79f44e45 --- /dev/null +++ b/bin/README.md @@ -0,0 +1,3 @@ +A `./bin` directory for various supporting software (i.e. `helm`, `helm-docs`, etc.) + +See `just setup` for more detail