overall commit

This commit is contained in:
joshikannan
2026-05-10 08:03:41 +05:30
parent d73c714290
commit f38853bec1
17 changed files with 3061 additions and 829 deletions

135
.gitignore vendored
View File

@@ -1,108 +1,105 @@
# Dependencies
node_modules/
# Production build
dist/
build/
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Diagnostic reports
report.*.json
# Coverage directory used by tools like istanbul
coverage
# Coverage
coverage/
.nyc_output/
*.lcov
# nyc test coverage
.nyc_output
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Bower dependency directory (https://bower.io/)
bower_components
# node-waf configuration
.lock-wscript
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
build
# Dependency directories
node_modules/
jspm_packages/
# TypeScript v1 declaration files
typings/
# TypeScript cache
*.tsbuildinfo
# Optional npm cache directory
.npm
# Optional eslint cache
# Cache
.cache/
.parcel-cache/
.eslintcache
# Microbundle cache
.npm
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
# TypeScript
*.tsbuildinfo
# IDE / Editor
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Package manager
.yarn-integrity
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Temporary files
*.tmp
*.temp
*.bak
# Yarn Integrity file
.yarn-integrity
# Next.js
.next/
# dotenv environment variables file
# .env
.env.test
# Nuxt.js
.nuxt/
# parcel-bundler cache (https://parceljs.org/)
.cache
# Next.js build output
.next
# Nuxt.js build / generate output
.nuxt
dist
# Gatsby files
# Gatsby
.cache/
# Comment in the public line in if your project uses Gatsby and *not* Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public
public/
# vuepress build output
# VuePress
.vuepress/dist
# Serverless directories
# Serverless
.serverless/
# FuseBox cache
.fusebox/
# DynamoDB Local files
# DynamoDB
.dynamodb/
# TernJS port file
# TernJS
.tern-port
# wincompare file
*.bak
# Bower
bower_components/
# JSPM
jspm_packages/
# Optional test outputs
test-results/
playwright-report/
# Vite
vite.svg