8000 refactor with new tinobsy code · dragoncoder047/pickle@5f11281 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f11281

Browse files
refactor with new tinobsy code
1 parent fe99e63 commit 5f11281

File tree

11 files changed

+341
-664
lines changed

11 files changed

+341
-664
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
test/** linguist-generated

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pickletest*
2+
vgcore.*

.vscode/settings.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"cSpell.words": [
3+
"tinobsy"
4+
],
5+
"files.associations": {
6+
"*.tmpl": "jinja-html",
7+
"*.html": "html",
8+
"functional": "cpp"
9+
}
10+
}

0 commit comments

Comments
 (0)
0