terraform-provider-matrix

git clone git://archive.git.mtrnord.blog/MTRNord/terraform-provider-matrix.git
Log | Files | Refs | README | LICENSE

.gitignore (432B)


      1 *.dll
      2 *.exe
      3 .DS_Store
      4 example.tf
      5 terraform.tfplan
      6 terraform.tfstate
      7 bin/
      8 dist/
      9 modules-dev/
     10 /pkg/
     11 website/.vagrant
     12 website/.bundle
     13 website/build
     14 website/node_modules
     15 .vagrant/
     16 *.backup
     17 ./*.tfstate
     18 .terraform/
     19 *.log
     20 *.bak
     21 *~
     22 .*.swp
     23 .idea
     24 *.iml
     25 *.test
     26 *.iml
     27 
     28 website/vendor
     29 
     30 # Test exclusions
     31 !command/test-fixtures/**/*.tfstate
     32 !command/test-fixtures/**/.terraform/
     33 
     34 # Keep windows files with windows line endings
     35 *.winfile eol=crlf