From 27fb6918dee8445940267252c60c55fc333523b6 Mon Sep 17 00:00:00 2001 From: James Hegedus Date: Mon, 27 Jun 2022 22:37:09 +1000 Subject: [PATCH] docs: instruct global ignore file policy (#1278) --- docs/contribute/core.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/contribute/core.md b/docs/contribute/core.md index 84871a33..f637d76f 100644 --- a/docs/contribute/core.md +++ b/docs/contribute/core.md @@ -58,6 +58,12 @@ bats test/list_commands.bash ::: +### Gitignore + +The following is the `.gitignore` file in the `asdf-vm/asdf` repository. We ignore project-specific files. Files specific to your OS, tools or workflows should be ignored in your global `.gitignore` configuration, [see here](http://stratus3d.com/blog/2018/06/03/stop-excluding-editor-temp-files-in-gitignore/) for more details. + +@[code](../../.gitignore) + ## Bats Testing It is **strongly encouraged** to examine the existing test suite and the [bats-core documentation](https://bats-core.readthedocs.io/en/stable/index.html) before writing tests.