Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 9 additions & 43 deletions .gitignore
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,15 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Build output
/lnk
/dist/
/man/

# Test binary, built with `go test -c`
*.test
# Test coverage (make test-cover)
coverage.out
coverage.html

# Output of the go coverage tool
*.out
*.html
# Compiled test binaries (go test -c)
*.test

# Go workspace file
# Go workspace
go.work
go.work.sum

# Build artifacts
dist/
bin/
man/

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini

# Temporary files
*.tmp
*.log

# GoReleaser artifacts
goreleaser/
/target/
.snap/
Loading