From 9ea10bb95d6ece9dc9b43e0f50034f69e51e3bf0 Mon Sep 17 00:00:00 2001 From: jj97181818 Date: Sat, 20 Oct 2018 23:41:55 +0800 Subject: [PATCH] fix problem --- README.md => .ignore | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) rename README.md => .ignore (53%) diff --git a/README.md b/.ignore similarity index 53% rename from README.md rename to .ignore index 9552647..bc4d2a7 100644 --- a/README.md +++ b/.ignore @@ -1,4 +1,4 @@ -# Created by https://www.gitignore.io/api/c++ +reated by https://www.gitignore.io/api/c++,visualstudiocode ### C++ ### # Prerequisites @@ -34,5 +34,12 @@ *.out *.app +### VisualStudioCode ### +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json -# End of https://www.gitignore.io/api/c++ + +# End of https://www.gitignore.io/api/c++,visualstudiocode