Files
yatm/.gitignore
Matthias Nott 9fcc8b87b5 Exclude build artefacts.
yatm--.tar.gz got created while building, excluding it.
2023-12-23 15:02:56 +01:00

26 lines
419 B
Plaintext

# 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/
output/
frontend/node_modules/
frontend/pnpm-lock.yaml
tests/
tapes.db
upload_test.sh
# Additional exclusions when building from source
yatm--.tar.gz