63 lines
733 B
Plaintext
63 lines
733 B
Plaintext
# Environment and secrets
|
|
.env
|
|
.env.*
|
|
credentials
|
|
aws-credentials
|
|
aws_session.json
|
|
|
|
# AWS keys and certificates
|
|
*.pem
|
|
*.key
|
|
*.crt
|
|
*.p12
|
|
|
|
# Amplify / Cognito / AWS Mobile
|
|
amplify/
|
|
# Preserve local Amplify config? ignore current cloud backend
|
|
amplify/#current-cloud-backend/
|
|
aws-exports.js
|
|
aws-exports.ts
|
|
aws-exports*.js
|
|
aws-exports*.ts
|
|
.aws-amplify/
|
|
.awsmobile
|
|
|
|
# Serverless / SAM
|
|
.serverless/
|
|
.aws-sam/
|
|
.aws-sam/build/
|
|
|
|
# IoT certificates / keys
|
|
certs/
|
|
private/
|
|
*.jks
|
|
|
|
# Build artifacts
|
|
dist/
|
|
build/
|
|
out/
|
|
|
|
# Node / Python
|
|
node_modules/
|
|
venv/
|
|
.venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Terraform
|
|
.terraform/
|
|
*.tfstate
|
|
*.tfstate.*
|
|
crash.log
|
|
|
|
# Editor/OS
|
|
.vscode/
|
|
.idea/
|
|
.DS_Store
|
|
|
|
# Misc
|
|
coverage/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|