优化.gitignore

This commit is contained in:
2024-09-25 22:42:08 +08:00
parent 618ae01d6e
commit a00f56a193
2 changed files with 3 additions and 16 deletions
+3
View File
@@ -30,3 +30,6 @@
*.exe
*.out
*.app
# .vscode
.vscode/
*/.vscode/
-16
View File
@@ -1,16 +0,0 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"cStandard": "c17",
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-x64",
"compilerPath": "/usr/bin/g++"
}
],
"version": 4
}