Primer commit
This commit is contained in:
+62
@@ -0,0 +1,62 @@
|
||||
# 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*
|
||||
Reference in New Issue
Block a user