This commit is contained in:
@@ -1,19 +1,25 @@
|
|||||||
|
# .dockerignore
|
||||||
|
|
||||||
# Git
|
# Git
|
||||||
.git
|
.git
|
||||||
.gitignore
|
.gitignore
|
||||||
|
|
||||||
|
# Node
|
||||||
|
node_modules
|
||||||
|
.npm
|
||||||
|
|
||||||
|
# Next.js
|
||||||
|
.next
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
*.tsbuildinfo
|
||||||
|
|
||||||
|
# Environment
|
||||||
|
.env.local
|
||||||
|
.env.development.local
|
||||||
|
.env.test.local
|
||||||
|
|
||||||
# Docker
|
# Docker
|
||||||
Dockerfile
|
Dockerfile
|
||||||
.dockerignore
|
.dockerignore
|
||||||
|
|
||||||
# Dependencies
|
|
||||||
node_modules
|
|
||||||
|
|
||||||
# Build output
|
|
||||||
.next
|
|
||||||
|
|
||||||
# Local environment variables
|
|
||||||
.env.local
|
|
||||||
|
|
||||||
# PNPM specific
|
|
||||||
# pnpm-lock.yaml
|
|
||||||
Reference in New Issue
Block a user