micrach/.gitignore

32 lines
374 B
Plaintext
Raw Normal View History

2021-08-26 13:30:40 +03:00
# 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
# Dependency directories (remove the comment below to include it)
# vendor/
2021-08-26 16:16:50 +03:00
.vscode/
2021-08-28 17:34:58 +03:00
tmp/
2021-08-30 12:09:27 +03:00
__debug_bin
2021-08-28 17:34:58 +03:00
micrach
2021-09-03 02:34:45 +03:00
uploads/
2021-09-08 16:56:03 +03:00
.env
2022-05-18 10:23:35 +03:00
*.bin
tests/metrics.json
tests/plot.html
.DS_Store