chore(git): 更新.gitignore文件忽略.codebuddy目录
- 在.gitignore中添加.codebuddy目录忽略规则 - 保持对.vscode和.idea目录的忽略配置 - 整理.gitignore文件空行与注释结构
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -15,10 +15,11 @@ native
|
|||||||
# VSCode
|
# VSCode
|
||||||
#//////////////////////////
|
#//////////////////////////
|
||||||
.vscode/
|
.vscode/
|
||||||
|
.codebuddy/
|
||||||
#//////////////////////////
|
#//////////////////////////
|
||||||
# WebStorm
|
# WebStorm
|
||||||
#//////////////////////////
|
#//////////////////////////
|
||||||
.idea/
|
.idea/
|
||||||
extensions/
|
extensions/
|
||||||
extensions/oops-plugin-framework
|
extensions/oops-plugin-framework
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user