https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1427e0bd2b11f1393fc39da37f4ef046f387e6dc
commit 1427e0bd2b11f1393fc39da37f4ef046f387e6dc Author: Andrew Boyarshin <[email protected]> AuthorDate: Sun Nov 25 20:28:45 2018 +0700 Commit: Hermès BÉLUSCA - MAÏTO <[email protected]> CommitDate: Sun Nov 25 14:28:45 2018 +0100 Add .vscode folder to .gitignore file (#1060) Matching the existence of Eclipse CDT ignore rules, .vscode should also be added to .gitignore Visual Studio Code is always eager to create settings.json file there. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 717e06c033..0f4bcfc221 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ modules/3rdparty .project .settings build +.vscode
