Initial commit of template

This commit is contained in:
Antigravity
2026-07-16 14:03:53 +05:30
commit 09c68efb2d
70 changed files with 6050 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