We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4724f7 commit 3f590c1Copy full SHA for 3f590c1
C_image_processing/.gitignore
@@ -76,13 +76,13 @@ dkms.conf
76
# Executables
77
78
### VisualStudioCode ###
79
-.vscode/*
80
-!.vscode/c_cpp_properties.json
+*.vscode
+#!.vscode/c_cpp_properties.json
81
#!.vscode/settings.json # user Specific
82
-!.vscode/tasks.json
+#!.vscode/tasks.json
83
#!.vscode/launch.json # user Specific
84
-!.vscode/extensions.json
85
-!.vscode/*.code-snippets
+#!.vscode/extensions.json
+#!.vscode/*.code-snippets
86
87
# Local History for Visual Studio Code
88
.history/
0 commit comments