first commit

This commit is contained in:
R-Bharathraj
2026-07-15 17:13:09 +05:30
parent a314b87153
commit 3cb2613195
59 changed files with 7428 additions and 101 deletions

29
.dockerignore Normal file
View File

@@ -0,0 +1,29 @@
# Dependency directories
node_modules/
# Next.js build output
.next/
out/
# Local env files
.env*.local
# Debug logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Git files
.git
.gitignore
.gitattributes
# Editor settings
.vscode/
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?