Add `make lint` `.cache/` to `.gitignore` (#8448)

Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
pull/8455/head
Tiger Kaovilai 2024-11-24 23:40:40 -05:00 committed by GitHub
parent 2bf98d3965
commit d00e7f8f2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

5
.gitignore vendored
View File

@ -53,4 +53,7 @@ tilt-resources/cloud
# test generated files
test/e2e/report.xml
coverage.out
__debug_bin*
__debug_bin*
# make lint cache
.cache/