2019-02-02 00:41:22 +03:00
|
|
|
### Go ###
|
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
|
|
|
*.exe~
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
|
|
|
|
# Test binary, built with `go test -c`
|
|
|
|
*.test
|
|
|
|
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|
|
|
|
|
|
|
|
### Terraform ###
|
|
|
|
# Local .terraform directories
|
|
|
|
**/.terraform/*
|
|
|
|
|
|
|
|
# .tfstate files
|
|
|
|
*.tfstate
|
|
|
|
*.tfstate.*
|
|
|
|
|
|
|
|
# Crash log files
|
|
|
|
crash.log
|
|
|
|
|
|
|
|
# Ignore any .tfvars files that are generated automatically for each Terraform run. Most
|
|
|
|
# .tfvars files are managed as part of configuration and so should be included in
|
|
|
|
# version control.
|
|
|
|
#
|
|
|
|
# example.tfvars
|
|
|
|
|
|
|
|
# Ignore override files as they are usually used to override resources locally and so
|
|
|
|
# are not checked in
|
|
|
|
override.tf
|
|
|
|
override.tf.json
|
|
|
|
*_override.tf
|
|
|
|
*_override.tf.json
|
2019-02-08 21:45:08 +03:00
|
|
|
|
|
|
|
### macOS ###
|
|
|
|
.DS_Store
|
2019-04-11 00:28:09 +03:00
|
|
|
.idea
|
2019-03-18 18:05:06 +03:00
|
|
|
|
2019-03-20 20:16:17 +03:00
|
|
|
### Discovery Project ###
|
2019-03-18 18:05:06 +03:00
|
|
|
sos.googlesource.com/sos
|
2019-03-20 20:16:17 +03:00
|
|
|
*.zip
|
2019-06-18 07:25:33 +03:00
|
|
|
internal/**/go.sum
|
2019-04-13 07:15:42 +03:00
|
|
|
|
|
|
|
#### GKE
|
2019-03-28 20:46:43 +03:00
|
|
|
go-discovery*.json
|
2019-04-13 07:15:42 +03:00
|
|
|
|
|
|
|
#### App Engine
|
2019-09-11 01:04:15 +03:00
|
|
|
*credentials.json
|
2019-04-13 07:15:42 +03:00
|
|
|
*credentials.yaml
|
|
|
|
*.gcloudignore
|
2019-06-19 17:31:45 +03:00
|
|
|
|
|
|
|
#### Editor Related Files ####
|
|
|
|
tags
|
2019-09-24 22:25:39 +03:00
|
|
|
env*.sh
|
2019-09-11 20:22:05 +03:00
|
|
|
|
|
|
|
#### Loadtest Related Files ####
|
|
|
|
results.bin
|