mirror of
https://github.com/acaloiaro/neoq
synced 2026-07-21 18:29:08 +00:00
28 lines
451 B
Text
28 lines
451 B
Text
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
tmp
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
vendor/
|
|
|
|
# Some tests require environment variables to be set
|
|
.env
|
|
|
|
# it's handy to have a docker-compose available during development
|
|
docker-compose.yml
|
|
|
|
.pre-commit-config.yaml
|
|
|
|
dist/
|
|
|
|
|