11 lines
234 B
Text
11 lines
234 B
Text
# Credenciais - NAO commitar
|
|
credentials/*
|
|
!credentials/.gitignore
|
|
!credentials/README.md
|
|
|
|
# Terraform variable files can carry environment-specific secrets and IDs
|
|
*.tfvars
|
|
|
|
# Ignore large archive files
|
|
archives/*.zip
|
|
archives/*.sql
|