Clean source code update: ignore binaries, zips, and build output

This commit is contained in:
adithiyan 2026-09-23 14:03:05 +05:30
parent e68320d871
commit 7f74d5bb7c
3 changed files with 8 additions and 3 deletions

View file

@ -1 +0,0 @@
NEXT_PUBLIC_API_URL=https://ifixkartbe.trionixsolution.com

9
.gitignore vendored
View file

@ -1,8 +1,15 @@
node_modules/
.pnpm-store/
.next/
dist/
out/
build/
dist/
*.tsbuildinfo
*.zip
*.tar.gz
*.log
.env
.env.local
.env.*
.DS_Store
Thumbs.db

File diff suppressed because one or more lines are too long