You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
311 B
28 lines
311 B
# Binaries for programs and plugins |
|
*.exe |
|
*.exe~ |
|
*.dll |
|
*.so |
|
*.dylib |
|
bin/ |
|
|
|
# Test binary, build with `go test -c` |
|
*.test |
|
*.example |
|
|
|
# Output of the go coverage tool |
|
*.out |
|
.coverage/ |
|
|
|
# Various user specific files |
|
.DS_Store |
|
.idea/ |
|
.vimrc |
|
*.swp |
|
.vscode/ |
|
|
|
# Sphinx build venv |
|
.tox/ |
|
|
|
# Generated SSH key folder |
|
ssh/
|
|
|