28 lines
357 B
Plaintext
Raw Normal View History

2024-12-06 00:29:35 +03:00
# Develop tools
/.vscode/
/.idea/
.idea
.vscode
2020-12-16 01:10:15 +03:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
2024-12-06 00:29:35 +03:00
# Folders
_obj
_test
_build
.DS_Store
2020-12-16 01:10:15 +03:00
# 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/