Initial commit of template

This commit is contained in:
Antigravity
2026-07-16 14:03:58 +05:30
commit 2c0eb2fcc3
9 changed files with 323 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# Dependencies
node_modules
# Lockfiles
bun.lock
# Vite
.vite
# Build output
dist
# Cache
cache
# OS files
.DS_Store