[#11] git: Add gitattributes and gitignore files

Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
Dmitrii Stepanov 2024-10-09 15:42:15 +03:00
parent 4a46c8c008
commit e11908a038
Signed by: dstepanov-yadro
GPG key ID: 237AF1A763293BC0
2 changed files with 23 additions and 0 deletions

1
.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
/go.sum -diff

22
.gitignore vendored Normal file
View file

@ -0,0 +1,22 @@
# IDE
.idea
.vscode
# Vendoring
vendor
# tempfiles
.DS_Store
*~
.cache
temp
tmp
# binary
bin/
release/
# coverage
coverage.txt
coverage.html