18 lines
126 B
Text
18 lines
126 B
Text
|
# IDE
|
||
|
.idea
|
||
|
.vscode
|
||
|
|
||
|
# Vendoring
|
||
|
vendor
|
||
|
|
||
|
# tempfiles
|
||
|
.DS_Store
|
||
|
*~
|
||
|
.cache
|
||
|
|
||
|
# binary
|
||
|
bin/
|
||
|
|
||
|
# coverage
|
||
|
coverage.txt
|
||
|
coverage.html
|