зеркало из https://github.com/Azure/orkestra.git
74 строки
704 B
Plaintext
74 строки
704 B
Plaintext
|
|
.settings/
|
|
.vscode/
|
|
tsconfig.json
|
|
jsconfig.json
|
|
|
|
### Go ###
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
*.out
|
|
.glide/
|
|
|
|
#dlv binaries
|
|
debug
|
|
|
|
### Vim ###
|
|
# Swap
|
|
[._]*.s[a-v][a-z]
|
|
[._]*.sw[a-p]
|
|
[._]s[a-rt-v][a-z]
|
|
[._]ss[a-gi-z]
|
|
[._]sw[a-p]
|
|
|
|
# IntelliJ / Goland
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Emacs
|
|
*~
|
|
*#*
|
|
|
|
/bin/
|
|
build/
|
|
.dev/
|
|
.env
|
|
_dist/
|
|
|
|
creds.json
|
|
screenlog.*
|
|
vendor/
|
|
demo/bin/
|
|
certificates
|
|
|
|
## Ignore test coverage files
|
|
coverage.json
|
|
coverage.txt
|
|
coverage.xml
|
|
coverage/
|
|
report.xml
|
|
testoutput.txt
|
|
|
|
# macOS files
|
|
.DS_Store
|
|
|
|
# Certificates etc
|
|
*.pem
|
|
./certs/
|
|
commit_logs
|
|
bootstrap.yaml
|
|
|
|
# Development tools
|
|
tilt_modules
|
|
|
|
# binary manager
|
|
manager
|