github.com/biggiemac/terraform@v0.6.12-0.20160217180759-34b7665af0d6/.gitignore (about)

     1  *.dll
     2  *.exe
     3  .DS_Store
     4  example.tf
     5  terraform.tfplan
     6  terraform.tfstate
     7  bin/
     8  modules-dev/
     9  /pkg/
    10  website/.vagrant
    11  website/.bundle
    12  website/build
    13  website/node_modules
    14  .vagrant/
    15  *.backup
    16  ./*.tfstate
    17  .terraform/
    18  *.log
    19  *.bak
    20  *~
    21  .*.swp
    22  .idea
    23  *.test
    24  *.iml