19 lines
183 B
Plaintext
19 lines
183 B
Plaintext
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Docker
|
|
Dockerfile
|
|
.dockerignore
|
|
|
|
# Dependencies
|
|
node_modules
|
|
|
|
# Build output
|
|
.next
|
|
|
|
# Local environment variables
|
|
.env.local
|
|
|
|
# PNPM specific
|
|
# pnpm-lock.yaml |