1
0
mirror of https://github.com/fumiama/simple-dict.git synced 2026-06-12 06:00:31 +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

1
.gitignore vendored
View File

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

View File

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