Skip to content

Commit 04cf431

Browse files
committed
test removal
1 parent bee2649 commit 04cf431

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

.gitignore

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
vendor
2+
13
# Binaries for programs and plugins
24
*.exe
35
*.exe~
@@ -15,33 +17,20 @@ Dockerfile.cross
1517
# Output of the go coverage tool, specifically when used with LiteIDE
1618
*.out
1719

18-
# Dependencies
19-
vendor
20-
2120
# Release output
2221
dist/**
2322
operator-controller.yaml
23+
install.sh
2424

2525
# Kubernetes Generated files - skip generated files, except for vendored files
2626

2727
!vendor/**/zz_generated.*
2828

2929
# editor and IDE paraphernalia
30-
.idea/*
31-
.vscode/
30+
.idea
3231
*.swp
3332
*.swo
3433
*~
3534
\#*\#
3635
.\#*
37-
jenkins/library/.idea/*
38-
*.iml
39-
*token
40-
*settings/
41-
.clusters.app.ci/.actual_diff
42-
*.pyc
43-
### MacOS ###
44-
.DS_Store
45-
46-
4736

0 commit comments

Comments
 (0)