chore: baseline usable version
This commit is contained in:
55
.gitignore
vendored
Normal file
55
.gitignore
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
# 构建目录 (最重要的!)
|
||||
/build/
|
||||
/build*/
|
||||
*.user
|
||||
|
||||
# C++ 编译产物
|
||||
*.exe
|
||||
*.dll
|
||||
*.o
|
||||
*.obj
|
||||
*.ilk
|
||||
*.pdb
|
||||
*.suo
|
||||
|
||||
# 库文件
|
||||
*.lib
|
||||
*.a
|
||||
*.so
|
||||
|
||||
# MOC 和 UI 生成的文件
|
||||
moc_*.cpp
|
||||
ui_*.h
|
||||
qrc_*.cpp
|
||||
|
||||
# 本地 IDE 设置
|
||||
.DS_Store
|
||||
.vs/
|
||||
.vscode/
|
||||
|
||||
# clangd 缓存
|
||||
.cache/
|
||||
compile_commands.json
|
||||
|
||||
# 预编译第三方库 (请参阅 README 中的构建说明)
|
||||
libs/libmpv/
|
||||
|
||||
# Release 构建产物
|
||||
*.zip
|
||||
|
||||
# AI 辅助工具
|
||||
.antigravityignore
|
||||
.antigravityrules
|
||||
.gemini/
|
||||
.agents/
|
||||
_agents/
|
||||
# <20><><EFBFBD>Ӳݸ<D3B2>
|
||||
linuxdo_post.md
|
||||
|
||||
# <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
dist/
|
||||
release/
|
||||
build/
|
||||
.idea
|
||||
cmake-build-debug/
|
||||
packaging/
|
||||
Reference in New Issue
Block a user