slack-auth-1770277926/.gitignore
jordan 611b9e7aae
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/manual/woodpecker Pipeline was successful
Initialize project from skeleton template
2026-02-05 07:52:07 +00:00

49 lines
461 B
Plaintext

# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
bin/
dist/
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
coverage.html
# Dependency directories
vendor/
# Go workspace file (local only)
go.work.sum
# IDE
.idea/
.vscode/
*.swp
*.swo
# Environment files
.env
.env.local
*.env
# Node
node_modules/
.npm/
# Shared packages
packages/*/node_modules/
packages/*/dist/
# Build artifacts
build/
.next/
# OS
.DS_Store
Thumbs.db