Files
goGin/.gitignore
Beyhan Oğur 2a5b661443 first commit
2026-04-26 21:46:42 +03:00

36 lines
643 B
Plaintext

### Go template
# 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/
tmp/
frontend/node_modules/
# Go workspace file
go.work
go.work.sum
# Frontend
frontend/.next/
frontend/out/
frontend/build/
frontend/dist/
frontend/.DS_Store
.DS_Store
*.log