Commit 905d8583 by mvginghina

Update .gitignore file

parent ac598f6a
NEXT_PUBLIC_API_URL=http://localhost:8000
NEXT_PUBLIC_API_URL=https://wbt2425-6-gmv-b8azcsamdahdhkbm.spaincentral-01.azurewebsites.net
NEXT_PUBLIC_BASE_PATH=/public
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies # Dependencies
/node_modules /node_modules
# next.js # Next.js
/.next/ /.next/
/out/ /out/
# production # Production
/build /build
# debug # Debug
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
.pnpm-debug.log* .pnpm-debug.log*
# env files # Environment variables
.env* .env*
!.env.production
!.env.development
# vercel # Vercel
.vercel .vercel
# typescript # TypeScript
*.tsbuildinfo *.tsbuildinfo
next-env.d.ts next-env.d.ts
\ No newline at end of file
# Editor integration
.vscode/
*.swp
*~
/.idea
# System files
.DS_Store
Thumbs.db
\ No newline at end of file
NEXT_PUBLIC_API_URL=http://localhost:8000
NEXT_PUBLIC_API_URL=https://wbt2425-6-gmv-b8azcsamdahdhkbm.spaincentral-01.azurewebsites.net
NEXT_PUBLIC_BASE_PATH=/public
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment