aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore31
1 files changed, 31 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5982d2c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,31 @@
1*.dll
2*.exe
3.DS_Store
4example.tf
5terraform.tfplan
6terraform.tfstate
7bin/
8modules-dev/
9/pkg/
10website/.vagrant
11website/.bundle
12website/build
13website/node_modules
14.vagrant/
15*.backup
16./*.tfstate
17.terraform/
18*.log
19*.bak
20*~
21.*.swp
22.idea
23*.iml
24*.test
25*.iml
26
27website/vendor
28
29# Test exclusions
30!command/test-fixtures/**/*.tfstate
31!command/test-fixtures/**/.terraform/