mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-18 16:01:18 +00:00
81 lines
1.2 KiB
Plaintext
81 lines
1.2 KiB
Plaintext
# 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
|
|
/consumer
|
|
/worker
|
|
/backend
|
|
/seed
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Code coverage profiles and other test artifacts
|
|
*.out
|
|
coverage.*
|
|
*.coverprofile
|
|
profile.cov
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
vendor/
|
|
|
|
# Go workspace file
|
|
go.work
|
|
go.work.sum
|
|
|
|
# env file
|
|
.env
|
|
|
|
# Editor/IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# MacOS
|
|
.DS_Store
|
|
|
|
# Geo Location
|
|
*.mmdb
|
|
|
|
# MCP servers
|
|
.mcp.json
|
|
|
|
# Local Go build cache
|
|
.gocache/
|
|
|
|
# Local pnpm store created by dockerized frontend installs
|
|
web/.pnpm-store/
|
|
|
|
# Temp/test output directories
|
|
.tmp-tests/
|
|
test-results/
|
|
web/.tmp/
|
|
|
|
# air (dev hot-reload) build artifacts. The dev container writes its
|
|
# rebuilt Go binaries to /app/tmp/main, which is the bind-mounted
|
|
# worktree — so they show up here on the host.
|
|
tmp/
|
|
build-errors.log
|
|
|
|
# AI assistant local state
|
|
.claude/
|
|
.claude.json
|
|
.aider*
|
|
.cursor/
|
|
.cursorrules
|
|
.cursorignore
|
|
.windsurfrules
|
|
.windsurf/
|
|
.continue/
|
|
.codeium/
|
|
.copilot/
|
|
.gemini/
|
|
.codex/
|
|
.zed/
|
|
.roo/
|
|
.cline/
|