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:
parent
1bc6bc2cda
commit
c26a8387fe
3
.gitignore
vendored
3
.gitignore
vendored
@ -138,4 +138,5 @@ dmypy.json
|
|||||||
# binaries
|
# binaries
|
||||||
vuln-32
|
vuln-32
|
||||||
core
|
core
|
||||||
out
|
out/*
|
||||||
|
!out/.gitkeep
|
4
.vsjs.json
Normal file
4
.vsjs.json
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"$schema": "http://json.schemastore.org/vsls",
|
||||||
|
"gitignore":"none"
|
||||||
|
}
|
0
out/.gitkeep
Normal file
0
out/.gitkeep
Normal file
Loading…
Reference in New Issue
Block a user