diff --git a/.gitignore b/.gitignore index 7d4581c..9e992da 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ pathlist*.txt thumbs/* *.log index*.html -.vscode **/example/** **/*venv/** test.html diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..8563f1d --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "license.author": "Code Fox ", + "license.filename": "license", + "license.extension": ".txt", + "license.default": "bsd-3-clause" +}