We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb9e88 commit 87497abCopy full SHA for 87497ab
.gitignore
@@ -1,3 +1,6 @@
1
+#######################################
2
+## C++
3
4
# Prerequisites
5
*.d
6
@@ -30,3 +33,24 @@
30
33
*.exe
31
34
*.out
32
35
*.app
36
+
37
+# add the build output folder
38
+build/
39
40
41
42
+## VSCode
43
44
45
+.vscode/*
46
+!.vscode/settings.json
47
+!.vscode/tasks.json
48
+!.vscode/launch.json
49
+!.vscode/extensions.json
50
+!.vscode/*.code-snippets
51
52
+# Local History for Visual Studio Code
53
+.history/
54
55
+# Built Visual Studio Code Extensions
56
+*.vsix
0 commit comments