From c26a8387fe47c14081fcdcceda09fdfcb4e4e7fa Mon Sep 17 00:00:00 2001 From: Liam Dalgarno Date: Wed, 25 Nov 2020 18:55:20 +0000 Subject: [PATCH] Fix gitignore with vscode live share Co-authored-by: Chris Gora <34940205+ChrisGora@users.noreply.github.com> Co-authored-by: jack bond-preston --- .gitignore | 3 ++- .vsjs.json | 4 ++++ out/.gitkeep | 0 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .vsjs.json create mode 100644 out/.gitkeep diff --git a/.gitignore b/.gitignore index 26fa6f2..468f247 100644 --- a/.gitignore +++ b/.gitignore @@ -138,4 +138,5 @@ dmypy.json # binaries vuln-32 core -out \ No newline at end of file +out/* +!out/.gitkeep \ No newline at end of file diff --git a/.vsjs.json b/.vsjs.json new file mode 100644 index 0000000..197e41f --- /dev/null +++ b/.vsjs.json @@ -0,0 +1,4 @@ +{ + "$schema": "http://json.schemastore.org/vsls", + "gitignore":"none" +} \ No newline at end of file diff --git a/out/.gitkeep b/out/.gitkeep new file mode 100644 index 0000000..e69de29