Add `bin/` to `.gitignore`
jonasongg opened this issue · 0 comments
jonasongg commented
Please include the steps to reproduce the bug.
Currently, the bin/
folder generates files that are not in .gitignore
which produces a lot of untracked changes that can be annoying to developers.
What was expected to happen?
Let's add bin/
to .gitignore
to prevent this issue.