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/