diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 2025-02-04 05:36:31 +0000 |
commit | 1cff99cbe3656637b58d0bb2b0086476aa49ac2e (patch) | |
tree | 18b681547afdde16172f9a323f820bed8b952c07 /.nift/tracked.json | |
parent | err (diff) | |
download | w-1cff99cbe3656637b58d0bb2b0086476aa49ac2e.tar w-1cff99cbe3656637b58d0bb2b0086476aa49ac2e.tar.gz w-1cff99cbe3656637b58d0bb2b0086476aa49ac2e.tar.bz2 w-1cff99cbe3656637b58d0bb2b0086476aa49ac2e.tar.xz w-1cff99cbe3656637b58d0bb2b0086476aa49ac2e.zip |
nift
Diffstat (limited to '.nift/tracked.json')
-rw-r--r-- | .nift/tracked.json | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/.nift/tracked.json b/.nift/tracked.json new file mode 100644 index 0000000..3fa5604 --- /dev/null +++ b/.nift/tracked.json @@ -0,0 +1,44 @@ +{ + "tracked": [ + { + "name": "404", + "title": "Error", + "template": "tpl/main.tpl" + }, + { + "name": "e/index", + "title": "Error", + "template": "tpl/main.tpl" + }, + { + "name": "err", + "title": "Error", + "template": "tpl/main.tpl" + }, + { + "name": "index", + "title": "Home", + "template": "tpl/main.tpl" + }, + { + "name": "p/index", + "title": "Projects", + "template": "tpl/main.tpl" + }, + { + "name": "sql/index", + "title": "SQL", + "template": "tpl/main.tpl" + }, + { + "name": "w/index", + "title": "Website", + "template": "tpl/main.tpl" + }, + { + "name": "wf/index", + "title": "WinForms", + "template": "tpl/main.tpl" + } + ] +} \ No newline at end of file |