This repository has been archived on 2025-07-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
workboat/.gitignore
AKP 0e46a3e12b
Implement basics of Gitea oAuth2 integration
Signed-off-by: AKP <tom@tdpain.net>
2022-10-04 00:27:14 +01:00

22 lines
323 B
Text

### Go ###
# 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/
### Go Patch ###
/vendor/
/Godeps/
run/*