13 lines
210 B
Plaintext
13 lines
210 B
Plaintext
// .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*
|