neoq/.gitignore
2024-01-26 09:21:05 -07:00

27 lines
466 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
dist/
.devenv/
.direnv/
.pre-commit-config.yaml