- 在.gitignore中添加.codebuddy目录忽略规则 - 保持对.vscode和.idea目录的忽略配置 - 整理.gitignore文件空行与注释结构
26 lines
373 B
Plaintext
26 lines
373 B
Plaintext
|
|
#///////////////////////////
|
|
# Cocos Creator 3D Project
|
|
#///////////////////////////
|
|
library/
|
|
temp/
|
|
local/
|
|
build/
|
|
profiles/
|
|
native
|
|
#//////////////////////////
|
|
# NPM
|
|
|
|
#//////////////////////////
|
|
# VSCode
|
|
#//////////////////////////
|
|
.vscode/
|
|
.codebuddy/
|
|
#//////////////////////////
|
|
# WebStorm
|
|
#//////////////////////////
|
|
.idea/
|
|
extensions/
|
|
extensions/oops-plugin-framework
|
|
|