24 lines
176 B
Plaintext
24 lines
176 B
Plaintext
# IntelliJ IDEA
|
|
.idea
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Golang
|
|
*.prof
|
|
*.exe
|
|
*.test
|
|
*.report
|
|
*.out
|
|
/bin/
|
|
/tmp/
|
|
/.build/
|
|
/vendor/
|
|
|
|
# test results
|
|
coverage.txt
|
|
coverage.xml
|