Improved on template

This commit is contained in:
Umar Adilov 2025-12-03 16:52:39 +05:00
parent 21a1d594ac
commit f6ba8dac45
3 changed files with 10 additions and 1 deletions

3
.gitignore vendored
View File

@ -25,3 +25,6 @@ dist-ssr
.env*
.aider*
src/lib/taylor.types.ts
src/lib/taylor.client.ts

6
.ignore Normal file
View File

@ -0,0 +1,6 @@
.env
.env.*
QUERY_BUILDER.md
AGENTS.md
.opencode
.ignore

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>blank</title>
<title>task tracker</title>
</head>
<body>
<div id="root"></div>