Skip to content

Commit 63df8a6

Browse files
committed
Add: files to ignore
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
1 parent 03faaf2 commit 63df8a6

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.gitignore

+33
Original file line numberDiff line numberDiff line change
@@ -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+
*.iml
28+
29+
website/vendor
30+
31+
# Test exclusions
32+
!command/test-fixtures/**/*.tfstate
33+
!command/test-fixtures/**/.terraform/

0 commit comments

Comments
 (0)