From dcb9a8c1e07a6288dbc096e2f5270eb5e16a625a Mon Sep 17 00:00:00 2001 From: Bryan Tong Date: Mon, 16 May 2022 23:49:27 -0700 Subject: [PATCH] Create README.md --- hack/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hack/README.md diff --git a/hack/README.md b/hack/README.md new file mode 100644 index 00000000..12983529 --- /dev/null +++ b/hack/README.md @@ -0,0 +1,7 @@ +# function-buildpacks-for-knative/hack + +Here exists the `hack/` directory, which we use extremely sparingly, and it is not recommended to add any loose files or focus commits on here. + +> Q: What is a `hack/` directory? + +> A: The concept of `hack/` originates from Kubernetes-based repos, in which `hack/` is a directory that various scripts, files associated with scripts, and miscellaneous stuff.