Skip to content

Commit

Permalink
Add make lint .cache/ to .gitignore (#8448)
Browse files Browse the repository at this point in the history
Signed-off-by: Tiger Kaovilai <[email protected]>
  • Loading branch information
kaovilai authored Nov 25, 2024
1 parent 2bf98d3 commit d00e7f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,7 @@ tilt-resources/cloud
# test generated files
test/e2e/report.xml
coverage.out
__debug_bin*
__debug_bin*

# make lint cache
.cache/

0 comments on commit d00e7f8

Please sign in to comment.