加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
mykola.eth 提交于 2020-04-09 13:00 . Add codecov (#1021)
# Binary
/blockatlas
/blockatlas.exe
/bin/*
*-bin
### APP ###
*.csv
*.log
Build
dist/*
bin/*
test/*
# Dev environment
.idea/
.vscode/
cmd/__debug_bin
config_*.yml
*.orig
*~
coverage.txt
### macOS ###
*.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
### Go ###
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.exe
*.test
*.prof
# govendor cache
.cache
# npm-installed stuff
node_modules
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化