19 lines
306 B
Plaintext
19 lines
306 B
Plaintext
*.lock
|
|
*.log
|
|
*.pid
|
|
*.tmp
|
|
*.secret
|
|
|
|
# TODO: should be unnecessary once color generation is homegrown
|
|
/colors/gen/vendor
|
|
/colors/gen/tmp
|
|
|
|
# keep the pipelines but hide their results
|
|
/bin/pipelines/*/*/*
|
|
|
|
# a place to keep secrets per-env
|
|
/env/*/.hidden
|
|
|
|
# ... and a place to keep shared secrets
|
|
/env/.hidden
|