This commit is contained in:
@@ -1,19 +1,25 @@
|
||||
# .dockerignore
|
||||
|
||||
# Git
|
||||
.git
|
||||
.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
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
|
||||
# Dependencies
|
||||
node_modules
|
||||
|
||||
# Build output
|
||||
.next
|
||||
|
||||
# Local environment variables
|
||||
.env.local
|
||||
|
||||
# PNPM specific
|
||||
# pnpm-lock.yaml
|
||||
Reference in New Issue
Block a user