20 lines
215 B
Plaintext
20 lines
215 B
Plaintext
.git
|
|
.gitignore
|
|
.dockerignore
|
|
.DS_Store
|
|
|
|
node_modules
|
|
.next
|
|
.runtime
|
|
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
*.log
|
|
|
|
# Only the static Web server config is a runtime build input.
|
|
deploy/*
|
|
!deploy/nginx.conf
|
|
docs
|
|
.project-docs
|