Skip to content

Commit 1b7525d

Browse files
committed
chore: update .gitignore & settings.json
1 parent e098f9c commit 1b7525d

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ build
1717
!.vscode/tasks.json
1818
!.vscode/launch.json
1919
!.vscode/extensions.json
20+
!.vscode/cp.code-snippets
2021

2122
# Stress Tester
2223
/stress-tester/*

.vscode/settings.json

+19
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,23 @@
1010
"statusBarVisibility": "hidden"
1111
}
1212
},
13+
"files.associations": {
14+
"valarray": "cpp",
15+
"bitset": "cpp",
16+
"complex": "cpp",
17+
"limits": "cpp",
18+
"memory": "cpp",
19+
"functional": "cpp",
20+
"iostream": "cpp",
21+
"numbers": "cpp",
22+
"tuple": "cpp",
23+
"*.tcc": "cpp",
24+
"deque": "cpp",
25+
"list": "cpp",
26+
"string": "cpp",
27+
"unordered_map": "cpp",
28+
"unordered_set": "cpp",
29+
"vector": "cpp",
30+
"numeric": "cpp"
31+
},
1332
}

0 commit comments

Comments
 (0)