Fix gitignore with vscode live share

Co-authored-by: Chris Gora <34940205+ChrisGora@users.noreply.github.com>
Co-authored-by: jack bond-preston <jackbondpreston@outlook.com>
This commit is contained in:
Liam Dalgarno 2020-11-25 18:55:20 +00:00
parent 1bc6bc2cda
commit c26a8387fe
3 changed files with 6 additions and 1 deletions

3
.gitignore vendored
View File

@ -138,4 +138,5 @@ dmypy.json
# binaries # binaries
vuln-32 vuln-32
core core
out out/*
!out/.gitkeep

4
.vsjs.json Normal file
View File

@ -0,0 +1,4 @@
{
"$schema": "http://json.schemastore.org/vsls",
"gitignore":"none"
}

0
out/.gitkeep Normal file
View File