refactor(assets): 将着色器路径从 "shaders" 改为 "assets/shaders" refactor(build): 统一各平台资源目录复制逻辑为 assets 目录 style: 更新 .gitignore 忽略参考代码目录和 .pvf 文件
17 lines
132 B
Plaintext
17 lines
132 B
Plaintext
# Xmake cache
|
|
.xmake/
|
|
build/
|
|
|
|
# MacOS Cache
|
|
.DS_Store
|
|
|
|
|
|
.vscode/
|
|
.cache/
|
|
|
|
*.json
|
|
|
|
.vscode/compile_commands.json
|
|
参考代码/
|
|
*.pvf
|