Skip to content

Commit

Permalink
update .gitignore for test and CRD files
Browse files Browse the repository at this point in the history
- Ignore Ginkgo test report file
- Ignore placeholder CRD file

Signed-off-by: rakeshgm <[email protected]>
  • Loading branch information
rakeshgm authored and nirs committed Feb 26, 2025
1 parent 791223c commit 50eb9f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,9 @@ ramendev/build
# e2e generated files
/e2e/ramen-e2e
/e2e/ramen-e2e.log

# Invalid placeholder CRD files
/config/crd/bases/_.yaml

# Ginkgo-related test files
ginkgo.report

0 comments on commit 50eb9f9

Please sign in to comment.