8 lines
104 B
Plaintext
8 lines
104 B
Plaintext
# 忽略构建目录
|
|
build/
|
|
|
|
# 忽略 vscode 配置
|
|
.vscode/
|
|
|
|
# 忽略 clang-format 文件
|
|
.clang-format |