H0llyW00dzZ
ab122177c2
- [+] feat(export): add message exporting functionality with JSON support - [+] feat(readme): update documentation to include message export feature - [+] refactor(.gitignore): change ignored files from emails.csv to test.csv and add test.json - [+] refactor(client): update message handling to use map structure instead of MessageDetails struct Reviewed-on: #4 Co-authored-by: H0llyW00dzZ <h0llyw00dzz@pm.me> Co-committed-by: H0llyW00dzZ <h0llyw00dzz@pm.me>
36 lines
445 B
Plaintext
36 lines
445 B
Plaintext
# 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/
|
|
|
|
# Go workspace file
|
|
go.work
|
|
tmp/
|
|
|
|
# IDE specific files
|
|
.vscode
|
|
.idea
|
|
# https://idx.google.com it's free
|
|
.idx
|
|
|
|
# .env file
|
|
.env
|
|
|
|
# Project build
|
|
bin
|
|
|
|
test.csv
|
|
run.go
|
|
test.json
|