21 lines
199 B
Plaintext
21 lines
199 B
Plaintext
# dependencies
|
|
node_modules/
|
|
|
|
# environment variables
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
|
|
# next build
|
|
.next/
|
|
out/
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|