kleinTodo/.gitignore
Darius klein bc26a51c01
Some checks failed
build and deploy kleinTodo / build (push) Failing after 4s
docker fix
2025-08-23 19:30:26 +02:00

34 lines
560 B
Plaintext

# ---> Go
# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
# 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/
# env file
.env
/data/
/client/todo/data/
/server/data/
/client/todo/todo
/server/server
.idea