1 Star 0 Fork 10

mxh/eggo

forked from src-openEuler/eggo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0021-gitignore-style-global-ignore-IDE-and-gomod-vendor.patch 597 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhangxiaoyu 提交于 2023-02-03 15:03 . update from openeuler
From cba65a460d748864feff49bd808c0f80c125ff4c Mon Sep 17 00:00:00 2001
From: DCCooper <1866858@gmail.com>
Date: Sat, 22 Jan 2022 16:50:30 +0800
Subject: [PATCH 21/24] gitignore: style(global): ignore IDE and gomod vendor
Signed-off-by: DCCooper <1866858@gmail.com>
---
.gitignore | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.gitignore b/.gitignore
index b11cba5..2819bbf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,10 @@
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
bin
+
+# IDE
+.vscode/
+.idea/
+
+# go mod vendor
+vendor
--
2.25.1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mxh111999/eggo.git
git@gitee.com:mxh111999/eggo.git
mxh111999
eggo
eggo
master

搜索帮助