first commit
This commit is contained in:
29
.dockerignore
Normal file
29
.dockerignore
Normal file
@@ -0,0 +1,29 @@
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user