sync vscode settings
This commit is contained in:
parent
1042957ca4
commit
61dcf7caae
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,7 +2,6 @@ pathlist*.txt
|
||||
thumbs/*
|
||||
*.log
|
||||
index*.html
|
||||
.vscode
|
||||
**/example/**
|
||||
**/*venv/**
|
||||
test.html
|
||||
|
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"license.author": "Code Fox <c0de@c0de.dev>",
|
||||
"license.filename": "license",
|
||||
"license.extension": ".txt",
|
||||
"license.default": "bsd-3-clause"
|
||||
}
|
Loading…
Reference in New Issue
Block a user