add: dotfiles/folder

This commit is contained in:
2026-02-08 20:29:35 +05:30
parent c316b759c3
commit 624b4d35e0
3 changed files with 40 additions and 0 deletions

15
.cta.json Normal file
View File

@@ -0,0 +1,15 @@
{
"projectName": "my-bknd-app",
"mode": "file-router",
"typescript": true,
"tailwind": false,
"packageManager": "bun",
"git": true,
"install": true,
"addOnOptions": {},
"version": 1,
"framework": "react-cra",
"chosenAddOns": [
"start"
]
}

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
node_modules
.DS_Store
dist
dist-ssr
*.local
count.txt
.env
.nitro
.tanstack
.wrangler
.output
.vinxi
todos.json
data.db

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

@@ -0,0 +1,11 @@
{
"files.watcherExclude": {
"**/routeTree.gen.ts": true
},
"search.exclude": {
"**/routeTree.gen.ts": true
},
"files.readonlyInclude": {
"**/routeTree.gen.ts": true
}
}