Skip to content

Commit

Permalink
chore: update .gitignore
Browse files Browse the repository at this point in the history
Update `.gitignore` to organize items and include `.terraform.lock.hcl` files.

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
tenthirtyam committed Dec 19, 2024
1 parent 7eb770c commit 7ac9ccc
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 274 deletions.
50 changes: 31 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,32 +1,44 @@
*.dll
*.exe
# Operating System Files
.DS_Store
example.tf

# Terraform State Files
*.tfstate
*.backup
terraform.tfplan
terraform.tfstate
bin/
modules-dev/
/pkg/
website/.vagrant
website/.bundle
website/build
website/node_modules
.vagrant/
*.backup
./*.tfstate
.terraform/
.terraform.lock.hcl

# Terraform Configuration Files
*.tfvars
example.tf

# Log Files
*.log
*.bak
*~
.*.swp
.idea
.vscode

# Editor Directories and Files
.idea/
.vscode/
*.iml
*.test
*.tfvars
.*.swp

# Build Directories
bin/
modules-dev/
pkg/
website/.vagrant
website/.bundle
website/build
website/node_modules
website/vendor

# Test exclusions
# Test Exclusions
!command/test-fixtures/**/*.tfstate
!command/test-fixtures/**/.terraform/

# Miscellaneous
*.dll
*.exe
.vagrant/
99 changes: 0 additions & 99 deletions acctests/equinix/.terraform.lock.hcl

This file was deleted.

59 changes: 0 additions & 59 deletions acctests/vsphere/base/.terraform.lock.hcl

This file was deleted.

97 changes: 0 additions & 97 deletions acctests/vsphere/testrun/.terraform.lock.hcl

This file was deleted.

0 comments on commit 7ac9ccc

Please sign in to comment.