tadayosi commented on code in PR #3911: URL: https://github.com/apache/camel-k/pull/3911#discussion_r1050415590
########## .gitignore: ########## @@ -168,3 +168,4 @@ config/**/*.gen.yaml config/**/*.gen.json *-installer* +pkg/resources/resources.go Review Comment: @squakez Btw, simply adding this to `.gitignore` doesn't ignore future changes to this file. To completely eliminate it from repo, we need to `git rm pkg/resources/resources.go` as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org