removed vscode settings file

This commit is contained in:
Timerix22 2023-12-19 22:00:21 +06:00
parent 8a5370c09e
commit 142cb84c80
2 changed files with 3 additions and 5 deletions

3
.gitignore vendored
View File

@ -1,4 +1,7 @@
bin/ bin/
obj/ obj/
out/ out/
tmp/
temp/
.vscode/
*.log *.log

View File

@ -1,5 +0,0 @@
{
"files.associations": {
"*.h": "c"
}
}