From 58bb6ac7eef5617e15cf30814a7af4f0522662b5 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Mon, 3 Dec 2018 21:43:16 -0500 Subject: [PATCH] chore: Add initial .gitattributes for line endings No normalizaton, just tested updated .gitignore for some excluded files when checking with `git rm -rf --cached . && git add .` --- .gitattributes | 2 ++ .gitignore | 8 ++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000000..4cab1f4d2676 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto diff --git a/.gitignore b/.gitignore index 9ec00d3de5f0..75d0a52fa21e 100644 --- a/.gitignore +++ b/.gitignore @@ -76,7 +76,6 @@ SdkCodeGen # Visual Studio # .settings/ .vs/ -.vscode/ /app.js *.suo *.user @@ -105,4 +104,9 @@ output/* errors.txt warnings.txt -/dist/ \ No newline at end of file +# VS Code files +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json