Files
next-dj/.dockerignore
Beyhan Oğur e881f38e4e first commit
2026-04-26 22:12:36 +03:00

30 lines
273 B
Plaintext

# dependencies
Temp
# temp
.vscode
.idea
# editor / tooling
.DS_Store
.gitignore
.git
# VCS / OS
.env.*
.env
# local env files (don't bake secrets into images)
*.log
yarn-error.log*
yarn-debug.log*
npm-debug.log*
# logs
out
.next
# Next.js build output
node_modules