1
0
mirror of https://github.com/fumiama/simple-dict.git synced 2026-06-06 10:40:25 +08:00
This commit is contained in:
fumiama
2021-02-17 14:52:33 +08:00
parent 97cf4db04d
commit d7cb5e788c
2 changed files with 4 additions and 2 deletions

3
.gitignore vendored
View File

@@ -1,2 +1,3 @@
build
.vscode
.vscode
.vscode/settings.json

View File

@@ -1,5 +1,6 @@
{
"files.associations": {
"cstdio": "c"
}
},
"cmake.configureOnOpen": false
}