加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 486 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhangws 提交于 2019-03-08 17:01 . add sh code to build bottle in mac
# See http://help.github.com/ignore-files/ for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile ~/.gitignore_global
/tmp
*/**/*un~
*/**/*.test
*un~
.DS_Store
*/**/.DS_Store
build/_vendor/pkg
build
#*
.#*
*#
*~
.project
.settings
# travis
profile.tmp
profile.cov
# IdeaIDE
.idea
# VS Code
.vscode
# lib
lib
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化