Clean source code update: ignore binaries, zips, and build output
This commit is contained in:
parent
cb7c973b0c
commit
66804c60a2
4 changed files with 8 additions and 7 deletions
|
|
@ -1,4 +0,0 @@
|
||||||
NEXT_PUBLIC_API_URL=https://ifixkartbe.trionixsolution.com
|
|
||||||
API_URL=https://ifixkartbe.trionixsolution.com
|
|
||||||
NEXT_PUBLIC_GOOGLE_CLIENT_ID=395995422555-3gf9b434jqf471qbhumdme72noudqptg.apps.googleusercontent.com
|
|
||||||
NEXT_PUBLIC_RAZORPAY_KEY_ID=rzp_test_TTUzPFYF0hRV89
|
|
||||||
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -1,8 +1,15 @@
|
||||||
node_modules/
|
node_modules/
|
||||||
|
.pnpm-store/
|
||||||
.next/
|
.next/
|
||||||
dist/
|
out/
|
||||||
build/
|
build/
|
||||||
|
dist/
|
||||||
|
*.tsbuildinfo
|
||||||
*.zip
|
*.zip
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
*.log
|
*.log
|
||||||
|
.env
|
||||||
.env.local
|
.env.local
|
||||||
|
.env.*
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue