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
+1 -2
View File
@@ -1,8 +1,7 @@
pathlist*.txt pathlist*.txt
thumbs/* thumbs/*
GenThumb.log *.log
index*.html index*.html
.vscode
**/example/** **/example/**
**/*venv/** **/*venv/**
test.html test.html
+6
View File
@@ -0,0 +1,6 @@
{
"license.author": "Code Fox <c0de@c0de.dev>",
"license.filename": "license",
"license.extension": ".txt",
"license.default": "bsd-3-clause"
}