We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03faaf2 commit 63df8a6Copy full SHA for 63df8a6
.gitignore
@@ -0,0 +1,33 @@
1
+./terraform-provider-gitea
2
+
3
+*.dll
4
+*.exe
5
+.DS_Store
6
+example.tf
7
+terraform.tfplan
8
+terraform.tfstate
9
+bin/
10
+modules-dev/
11
+/pkg/
12
+website/.vagrant
13
+website/.bundle
14
+website/build
15
+website/node_modules
16
+.vagrant/
17
+*.backup
18
+./*.tfstate
19
+.terraform/
20
+*.log
21
+*.bak
22
+*~
23
+.*.swp
24
+.idea
25
+*.iml
26
+*.test
27
28
29
+website/vendor
30
31
+# Test exclusions
32
+!command/test-fixtures/**/*.tfstate
33
+!command/test-fixtures/**/.terraform/
0 commit comments