From 71aa649b68af4beb4fb99a220b02b62ab5e6f42c Mon Sep 17 00:00:00 2001 From: Evan Bradley <11745660+evan-bradley@users.noreply.github.com> Date: Tue, 14 Jan 2025 18:05:26 -0500 Subject: [PATCH] [chore] Add `local` folder to .gitignore (#12089) #### Description Contrib has this folder, and I find it helpful for stashing working files (e.g. config files) for testing running the Collector from a binary. Happy to take another approach if someone is doing something else to store files used to test the Collector locally. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1957dffda1d..8011e034880 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ bin/ dist/ .tools/ +local # GoLand IDEA /.idea/