Compare commits

...

2 Commits

Author SHA1 Message Date
c0de 61dcf7caae sync vscode settings 2023-12-28 23:15:03 -06:00
c0de 1042957ca4 ignore all logs 2023-12-28 23:14:35 -06:00
2 changed files with 7 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,8 +1,7 @@
pathlist*.txt
thumbs/*
GenThumb.log
*.log
index*.html
.vscode
**/example/**
**/*venv/**
test.html

6
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,6 @@
{
"license.author": "Code Fox <c0de@c0de.dev>",
"license.filename": "license",
"license.extension": ".txt",
"license.default": "bsd-3-clause"
}