init: registry server + operator from VM
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
# Exclude files not needed in Docker build context for registry-server
|
||||
.git
|
||||
.gitignore
|
||||
.dockerignore
|
||||
|
||||
# Docs / markdown
|
||||
*.md
|
||||
docs/
|
||||
|
||||
# Other services / infra
|
||||
operator/
|
||||
registrykeys/
|
||||
scripts/
|
||||
charts/
|
||||
k8s/
|
||||
|
||||
# Secrets & keys
|
||||
secrets/
|
||||
*.pem
|
||||
*.key
|
||||
*.asc
|
||||
*.gpg
|
||||
*.pgp
|
||||
|
||||
# Artefacts / temp
|
||||
artifacts/
|
||||
*.har
|
||||
HAR/
|
||||
universal_rebuild/
|
||||
tools/
|
||||
devops/
|
||||
|
||||
# IDE / OS
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.DS_Store
|
||||
|
||||
# Go test/coverage
|
||||
*.test
|
||||
*.out
|
||||
coverage.out
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
Reference in New Issue
Block a user