Skip to content

Commit

Permalink
Add bin/ to .gitignore (#2179)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jonasongg committed Apr 18, 2024
1 parent 6ffb41c commit bbb73a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ node_modules

reposense-report/
docs/_site/
bin/

0 comments on commit bbb73a7

Please sign in to comment.