chore: add .gitignore
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
3f54bc6550
commit
da342748ee
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
# build artifacts
|
||||||
|
/dist/
|
||||||
|
/bin/
|
||||||
|
/coverage/
|
||||||
|
|
||||||
|
# Go test binaries and coverage
|
||||||
|
*.test
|
||||||
|
*.out
|
||||||
|
|
||||||
|
# logs
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# OS
|
||||||
|
.DS_Store
|
||||||
Loading…
Reference in New Issue
Block a user