зеркало из https://github.com/golang/pkgsite.git
62 строки
1014 B
Plaintext
62 строки
1014 B
Plaintext
### 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
|
|
|
|
### macOS ###
|
|
.DS_Store
|
|
.idea
|
|
|
|
### Discovery Project ###
|
|
sos.googlesource.com/sos
|
|
*.zip
|
|
internal/**/go.sum
|
|
|
|
#### GKE
|
|
go-discovery*.json
|
|
|
|
#### App Engine
|
|
*credentials.json
|
|
*credentials.yaml
|
|
*.gcloudignore
|
|
|
|
#### Editor Related Files ####
|
|
tags
|
|
env*.sh
|
|
|
|
#### Loadtest Related Files ####
|
|
results.bin
|