-
Notifications
You must be signed in to change notification settings - Fork 34
/
.gitignore
46 lines (38 loc) · 1.1 KB
/
.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
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
**/.mvn/*
**/target/*
**/node_modules/*
.idea
error-rates/docker/client/client
error-rates/docker/server/server
fraud-detection/docker/accounts/accounts
fraud-detection/docker/bank/bank
fraud-detection/docker/cards/cards
fraud-detection/docker/claims/claims
fraud-detection/docker/fraud/fraud
fraud-detection/docker/insurance/insurance
fraud-detection/docker/policies/policies
travels/docker/travel_agency/cars/cars
travels/docker/travel_agency/discounts/discounts
travels/docker/travel_agency/flights/flights
travels/docker/travel_agency/hotels/hotels
travels/docker/travel_agency/insurances/insurances
travels/docker/travel_agency/travels/travels
travels/docker/travel_control/travel_control
travels/docker/travel_control/html
travels/docker/travel_portal/travel_portal
# Terraform
.terraform
terraform.tfstate*
terraform.tfvars
# These should be downloaded by the user or terraform and not checked into git
bookinfo-vms/charts