added a readme and added the kahhot clone link to it!

This commit is contained in:
RezHackXYZ 2025-05-18 18:17:23 +05:30
parent 6bcde94422
commit 6157447cf9
No known key found for this signature in database
6 changed files with 101 additions and 23 deletions

View file

@ -26,10 +26,10 @@
"types": ["svelte", "estree"],
"exclude": [
"node_modules",
"package.json",
"package-lock.json",
"src/Confetti.js",
""
"**/node_modules/*",
".git",
"**/*",
"!src/wordle/**/*"
]
}
}