加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 654 Bytes
一键复制 编辑 原始数据 按行查看 历史
Achilleas Pipinellis 提交于 2020-11-26 12:49 . Add .editorconfig
*.iml
config.toml
config.toml.lock
.project
out
builds/
commands/helpers/archive.zip
dockerfiles/**/checksums-*
dockerfiles/runner/*/install-deps
dockerfiles/runner/alpine/gitlab-runner-linux-*
dockerfiles/runner/ubuntu/gitlab-runner_*.deb
dockerfiles/runner-helper/binaries/
.DS_Store
.idea/
tests/ubuntu/.vagrant
artifacts
tmp/gitlab-test
/.gopath/
/.tmp/
# Ignore all editorconfig files except the root one
.editorconfig
!/.editorconfig
testsdefinitions.txt
/.testoutput/
/.cover/
/.vagrant/
ci/.test-failures.servercore*.txt.updated
# Ignore Visual Studio Code internals
/.vscode
/debug
debug.test
# Ignore the generated binary
/gitlab-runner*
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化