From bbb73a771882e19563044e8ba117ec8352f160f3 Mon Sep 17 00:00:00 2001 From: jonasongg <120372506+jonasongg@users.noreply.github.com> Date: Fri, 19 Apr 2024 00:00:25 +0800 Subject: [PATCH] Add `bin/` to `.gitignore` (#2179) Add bin/ to .gitignore Currently, the bin/ folder generates files that are not in .gitignore which produces a lot of untracked changes that can be annoying to developers. Let's add bin/ to .gitignore to prevent this issue. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cef9653198..ef55fa41c6 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ node_modules reposense-report/ docs/_site/ +bin/