14 lines
227 B
Text
14 lines
227 B
Text
// .gitnignore
|
|
# next.js build output
|
|
.next
|
|
# dotenv environment variables file (build for Zeit Now)
|
|
.env
|
|
.env.build
|
|
# Dependency directories
|
|
node_modules/
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
#VSCode
|
|
.vscode/
|