48 lines
449 B
Plaintext
48 lines
449 B
Plaintext
# Exclude files not needed in Docker build context for operator
|
|
.git
|
|
.gitignore
|
|
.dockerignore
|
|
|
|
# Docs / markdown
|
|
*.md
|
|
docs/
|
|
|
|
# Other services / infra
|
|
server/
|
|
scripts/
|
|
charts/
|
|
k8s/
|
|
|
|
# Secrets & keys
|
|
secrets/
|
|
*.pem
|
|
*.key
|
|
*.asc
|
|
*.gpg
|
|
*.pgp
|
|
|
|
# Artefacts / temp
|
|
artifacts/
|
|
*.har
|
|
HAR/
|
|
registry-server-build/
|
|
universal_rebuild/
|
|
tools/
|
|
devops/
|
|
|
|
# IDE / OS
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Go test/coverage
|
|
*.test
|
|
*.out
|
|
coverage.out
|
|
|
|
# Logs
|
|
*.log
|