ignore aider-related files
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
# Terraform
|
||||||
|
.terraform/
|
||||||
|
.terraform.lock.hcl
|
||||||
|
*.tfstate
|
||||||
|
*.tfstate.backup
|
||||||
|
*.tfstate.lock.info
|
||||||
|
terraform.tfvars
|
||||||
|
terraform.tfvars.example
|
||||||
|
|
||||||
|
# Terraform plan and output files
|
||||||
|
*.tfplan
|
||||||
|
*.tfout
|
||||||
|
|
||||||
|
|
||||||
|
# Aider files
|
||||||
|
*.aider*
|
Reference in New Issue
Block a user