tzhash/.gitignore

28 lines
185 B
Text
Raw Normal View History

# IDE
.idea
.vscode
2018-12-29 13:04:17 +00:00
# Vendoring
vendor
2018-12-29 13:04:17 +00:00
# tempfiles
.DS_Store
*~
.cache
2020-01-16 07:52:36 +00:00
temp
tmp
# binary
bin/
release/
# coverage
coverage.txt
coverage.html
# testing
cmd/test
/plugins/
testfile