Skip to content

Commit 41a8154

Browse files
perdasilvaPer Goncalves da Silva
andauthored
add vendor dir to .gitignore (#1618)
Signed-off-by: Per Goncalves da Silva <[email protected]> Co-authored-by: Per Goncalves da Silva <[email protected]>
1 parent f8206bf commit 41a8154

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ operator-controller.yaml
2323
install.sh
2424
catalogd.yaml
2525

26-
# Kubernetes Generated files - skip generated files, except for vendored files
27-
28-
!vendor/**/zz_generated.*
26+
# vendored files
27+
vendor/
2928

3029
# editor and IDE paraphernalia
3130
.idea/

0 commit comments

Comments
 (0)