github.com/iaas-resource-provision/iaas-rpc@v1.0.7-0.20211021023331-ed21f798c408/.gitignore (about) 1 *.dll 2 *.exe 3 bin/* 4 .DS_Store 5 example.tf 6 terraform.tfplan 7 terraform.tfstate 8 bin/ 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 .resource_state.json 28 .resource_plan.json 29 30 website/vendor 31 vendor/ 32 33 # Test exclusions 34 !command/testdata/**/*.tfstate 35 !command/testdata/**/.terraform/ 36 37 # Coverage 38 coverage.txt