1 Star 0 Fork 1

郑禹/script_exporter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
Rico Berger 提交于 2018-08-10 18:43 . Initial commit
################################
############ macOS #############
################################
# General
.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
################################
####### VisualStudioCode #######
################################
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
################################
############## 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
################################
############ Custom ############
################################
# Build directory
bin
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/zhengyu1992_cn/script_exporter.git
[email protected]:zhengyu1992_cn/script_exporter.git
zhengyu1992_cn
script_exporter
script_exporter
master

搜索帮助