Skip to content

Commit

Permalink
Add crcbundle file to gitignore
Browse files Browse the repository at this point in the history
Most of time during mock bundle testing we touch the bundle files
so better to add to gitignore file to avoid those to be part of git
history.
  • Loading branch information
praveenkumar committed Aug 26, 2021
1 parent 6b28bcb commit 3780bc7
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 @@ -2,3 +2,4 @@ out/
docs/build/
release/
/release-info.json
*.crcbundle

0 comments on commit 3780bc7

Please sign in to comment.