Skip to content

Commit

Permalink
Added gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
mikouaj committed Feb 12, 2021
1 parent f6d62ea commit ae6585d
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
*.dll
*.exe
.DS_Store
example.tf
terraform.tfplan
terraform.tfstate
bin/
modules-dev/
/pkg/
website/.vagrant
website/.bundle
website/build
website/node_modules
.vagrant/
*.backup
./*.tfstate
.terraform/
*.log
*.bak
*~
.*.swp
.idea
.vscode
*.iml
*.test
*.iml

website/vendor

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

# Ignore provider's binary
terraform-provider-equinix

0 comments on commit ae6585d

Please sign in to comment.