Clean source code update: ignore binaries, zips, and build output
This commit is contained in:
parent
e68320d871
commit
7f74d5bb7c
3 changed files with 8 additions and 3 deletions
|
|
@ -1 +0,0 @@
|
||||||
NEXT_PUBLIC_API_URL=https://ifixkartbe.trionixsolution.com
|
|
||||||
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
Loading…
Reference in a new issue