忽略文档

jizhi-new
LAPTOP-S9HJSOEB\昊天 2 years ago
parent 9e822e2326
commit 683d299279

22
.gitignore vendored

@ -0,0 +1,22 @@
# Created by .ignore support plugin (hsz.mobi)
### c++ template
# Compiled class file
#忽略编译生成的可执行文件或库文件:
*.exe
*.dll
*.so
*.a
#忽略编译生成的目标文件:
*.o
*.obj
#忽略构建生成的目录:
build/
bin/
#忽略编辑器或IDE生成的配置文件
.vscode/
.idea/
*.swp
*.swo
#忽略编译器生成的临时文件:
*.tmp
*.bak
Loading…
Cancel
Save