54 lines
956 B
Plaintext
54 lines
956 B
Plaintext
# Never send repository history, build caches, credentials, or local operator
|
|
# state to the Docker daemon/build cache.
|
|
.git
|
|
.git/**
|
|
target
|
|
target/**
|
|
**/target
|
|
**/target/**
|
|
node_modules
|
|
node_modules/**
|
|
**/node_modules
|
|
**/node_modules/**
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
**/.env
|
|
**/.env.*
|
|
!**/.env.example
|
|
**/*.key
|
|
**/*.pem
|
|
**/*.p12
|
|
**/*.pfx
|
|
**/*.jwt
|
|
**/*.token
|
|
**/*.p8
|
|
**/*.der
|
|
**/*.crt
|
|
**/*.cer
|
|
**/*.jks
|
|
**/*.keystore
|
|
**/*.kdbx
|
|
**/relay-x25519-keys*.json
|
|
**/*private-keys*.json
|
|
**/*private_keys*.json
|
|
**/locator-signing-key*.json
|
|
**/.ssh
|
|
**/.ssh/**
|
|
**/.npmrc
|
|
**/.netrc
|
|
**/credentials
|
|
**/credentials.*
|
|
**/secrets
|
|
**/secrets/**
|
|
**/*.a
|
|
!crates/op-auth-bridge/prebuilt/aarch64-apple-darwin/libop_auth.a
|
|
!crates/op-auth-bridge/prebuilt/aarch64-unknown-linux-gnu/libop_auth.a
|
|
!crates/op-auth-bridge/prebuilt/x86_64-apple-darwin/libop_auth.a
|
|
!crates/op-auth-bridge/prebuilt/x86_64-unknown-linux-gnu/libop_auth.a
|
|
**/.DS_Store
|
|
**/*.dSYM
|
|
**/*.dSYM/**
|
|
coverage
|
|
coverage/**
|