Compare commits

...

2 Commits

Author SHA1 Message Date
7f54ee12fd Add vscode association 2023-10-27 12:13:52 +01:00
a0c16265e4 Update .gitignore
Ignore zip files
2023-10-27 12:13:52 +01:00
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
\#*
.\#*
*.zip
titlelookup
out/

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

@ -0,0 +1,5 @@
{
"files.associations": {
"*.txti": "textile"
}
}