-
Notifications
You must be signed in to change notification settings - Fork 119
/
.gitignore
59 lines (58 loc) · 1013 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#Original work from https://github.com/DealerDotCom/terraform-provider-bigip
#Modifications Copyright 2019 F5 Networks Inc.
#This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
#If a copy of the MPL was not distributed with this file,You can obtain one at https://mozilla.org/MPL/2.0/.
*.py
examples/*
examples/aws/*.tf
build/terraform-provider-bigip
terraform-provider-bigip
.idea/
bin/
target/
#test files
bigip.test
*.tfvars
vendor/.DS_Store
.DS_Store
_Store
example.tf
terraform.tfplan
terraform.tfstate
modules-dev/
/pkg/
website/.vagrant
website/.bundle
website/build
website/node_modules
.vagrant/
*.backup
./*.tfstate
.terraform/
*.log
*.bak
*~
.*.swp
.idea
*.iml
*.test
*.tf
.terraform.lock.hcl
cover.out
website/vendor
keymap
README.md
*.pem
*.pub
*.back
*.goback
bigip/*.back
examples1
# Test exclusions
!examples/
!command/test-fixtures/**/*.tfstate
!command/test-fixtures/**/.terraform/
# Allow
# Keep windows files with windows line endings
*.winfile eol=crlf
build