Skip to content

Commit f9ac70e

Browse files
committed
chore: 更新.gitignore和Qoder命令文件
1 parent 8ac2f59 commit f9ac70e

4 files changed

Lines changed: 14 additions & 8 deletions

File tree

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,10 @@ dmypy.json
141141
# *.zip
142142
# *.tar.gz
143143
# *.rar
144-
.playwright-mcp/
144+
.playwright-mcp/
145+
146+
*.png
147+
*.jpg
148+
*.jpeg
149+
*.gif
150+
*.ico

.qoder/commands/add_git_tag_and_push.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
description: 提交一个git的tag,并push到GitHub,以让GitHub自动化流程自动发布新版本
3+
---
4+
添加一个git的tag(注意别打错版本),并提交到GitHub,以让GitHub自动化流程自动发布新版本
5+
**注意:** 垃圾问题,重定向日志文件或者错误重定向文件不能提交,截图文件也不能提交,总之不能一股脑提交.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
type: project_command
32
description: 提交代码变更,并打一个标签,然后push到GitHub上
43
---
5-
提交当前代码变更到git,并添加一个git的tag(注意别打错tag版本),然后依次把他们都push到github
4+
提交当前代码变更到git,并添加一个git的tag(注意别打错tag版本),然后依次把他们都push到github
5+
**注意:** 垃圾问题,重定向日志文件或者错误重定向文件不能提交,截图文件也不能提交,总之不能一股脑提交.

0 commit comments

Comments
 (0)