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.
# dependencies
# Dependencies
/node_modules
# next.js
# Next.js
/.next/
/out/
# production
# Production
/build
# debug
# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# env files
# Environment variables
.env*
!.env.production
!.env.development
# vercel
# Vercel
.vercel
# typescript
# TypeScript
*.tsbuildinfo
next-env.d.ts
\ No newline at end of file
next-env.d.ts
# 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