Initial commit: LynkedUp Fusion site

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Goutam
2026-07-17 14:51:13 +05:30
commit 74e52e9dcd
53 changed files with 9703 additions and 0 deletions
+51
View File
@@ -0,0 +1,51 @@
# Dependencies
node_modules/
# Build output
dist/
dist-ssr/
# Vite cache
.vite/
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Environment variables
.env
.env.*
!.env.example
# Editor / OS
.DS_Store
.idea/
.vscode/*
!.vscode/extensions.json
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Package manager lockfiles state
.npm
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
.vercel
.env*
# Playwright
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
.vercel