| 1234567891011121314151617181920212223242526272829303132333435 | 
							- *.dll
 
- *.exe
 
- .DS_Store
 
- example.tf
 
- terraform.tfplan
 
- terraform.tfstate
 
- bin/
 
- dist/
 
- modules-dev/
 
- /pkg/
 
- website/.vagrant
 
- website/.bundle
 
- website/build
 
- website/node_modules
 
- .vagrant/
 
- *.backup
 
- ./*.tfstate
 
- .terraform/
 
- *.log
 
- *.bak
 
- *~
 
- .*.swp
 
- .idea
 
- *.iml
 
- *.test
 
- *.iml
 
- website/vendor
 
- # Test exclusions
 
- !command/test-fixtures/**/*.tfstate
 
- !command/test-fixtures/**/.terraform/
 
- # Keep windows files with windows line endings
 
- *.winfile eol=crlf
 
 
  |