Skip to content

Commit e23a371

Browse files
[Monorepo]: Unify .gitignore files (#1563)
- Remove the file under catalogd - Add entries to the .gitigonore in the root to ignore the catalogd files
1 parent 75bb73e commit e23a371

File tree

2 files changed

+10
-23
lines changed

2 files changed

+10
-23
lines changed

.gitignore

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
vendor
2-
31
# Binaries for programs and plugins
42
*.exe
53
*.exe~
@@ -17,11 +15,13 @@ Dockerfile.cross
1715
# Output of the go coverage tools
1816
*.out
1917
coverage
18+
cover.out
2019

2120
# Release output
2221
dist/**
2322
operator-controller.yaml
2423
install.sh
24+
catalogd.yaml
2525

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

@@ -41,3 +41,11 @@ site
4141
.tiltbuild/
4242
.catalogd-tmp/
4343
.vscode
44+
45+
# Catalogd
46+
catalogd/bin/
47+
catalogd/vendor/
48+
catalogd/dist/
49+
catalogd/cover.out
50+
catalogd/catalogd.yaml
51+
catalogd/install.sh

catalogd/.gitignore

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)