From f931c2c57d728777918b08543b5a31ce836a2265 Mon Sep 17 00:00:00 2001 From: radifar Date: Sun, 14 Jun 2020 13:19:55 +0700 Subject: [PATCH] add .vscode/ to .gitignore --- .gitignore | 3 +++ {{cookiecutter.repo_name}}/.gitignore | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index fd244b6..f02064e 100644 --- a/.gitignore +++ b/.gitignore @@ -103,3 +103,6 @@ ENV/ # profraw files from LLVM? Unclear exactly what triggers this # There are reports this comes from LLVM profiling, but also Xcode 9. *profraw + +# VS Code project settings +.vscode/ diff --git a/{{cookiecutter.repo_name}}/.gitignore b/{{cookiecutter.repo_name}}/.gitignore index f20f8f6..9dfa587 100644 --- a/{{cookiecutter.repo_name}}/.gitignore +++ b/{{cookiecutter.repo_name}}/.gitignore @@ -104,3 +104,6 @@ ENV/ # profraw files from LLVM? Unclear exactly what triggers this # There are reports this comes from LLVM profiling, but also Xcode 9. *profraw + +# VS Code project settings +.vscode/