🙈 Updates gitignore
This commit is contained in:
18
.gitignore
vendored
18
.gitignore
vendored
@@ -120,3 +120,21 @@ $RECYCLE.BIN/
|
|||||||
*.lnk
|
*.lnk
|
||||||
|
|
||||||
# End of https://www.toptal.com/developers/gitignore/api/windows,linux,macos,terraform,terragrunt
|
# End of https://www.toptal.com/developers/gitignore/api/windows,linux,macos,terraform,terragrunt
|
||||||
|
|
||||||
|
### OpenTofu ###
|
||||||
|
# OpenTofu local cache directories
|
||||||
|
**/.tofu/*
|
||||||
|
|
||||||
|
### Terraform extras ###
|
||||||
|
# Plan output files
|
||||||
|
*tfplan*
|
||||||
|
|
||||||
|
### Ansible ###
|
||||||
|
# Retry files
|
||||||
|
*.retry
|
||||||
|
|
||||||
|
### Secrets & keys ###
|
||||||
|
.env
|
||||||
|
.envrc
|
||||||
|
*.pem
|
||||||
|
*.key
|
||||||
|
|||||||
Reference in New Issue
Block a user