Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorImmo Landwerth <immol@microsoft.com>2016-12-15 01:33:30 +0300
committerImmo Landwerth <immol@microsoft.com>2016-12-15 01:34:00 +0300
commit7b7b7792697e21275c647b70435632b4c0f8e6c3 (patch)
tree59a4ca5aa6c6272377b98caca344e93afb300925 /.gitignore
parent7574de3e1cba91e7a7ad4caeac409eb9b6ad4b58 (diff)
Exclude .vscode folder
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index ba9ed9d4..c76ba478 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,4 +4,5 @@ bin/
obj/
project.lock.json
.DS_Store
-*.pyc \ No newline at end of file
+*.pyc
+.vscode