12 lines
263 B
Plaintext
12 lines
263 B
Plaintext
# Keep Cloud Build uploads aligned with repository exclusions.
|
|
#!include:.gitignore
|
|
|
|
# Never upload local JSON credentials; retain the intentional test payload.
|
|
*.json
|
|
!a2h2a-test-payload.json
|
|
|
|
# Local build/runtime directories.
|
|
node_modules/
|
|
.git/
|
|
spire-1.15.3/
|