initial
update working reset vue.js used without footer docker default mode
This commit is contained in:
38
.dockerignore
Normal file
38
.dockerignore
Normal file
@@ -0,0 +1,38 @@
|
||||
# Git files
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# Node modules - these are installed within the Docker build context
|
||||
node_modules
|
||||
|
||||
# Docker specific files (if any, other than Dockerfile itself)
|
||||
# .dockerignore (to avoid including itself if context changes)
|
||||
|
||||
# Local development environment files
|
||||
.env
|
||||
.env*.local
|
||||
|
||||
# Logs and temporary files
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# OS-specific files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# IDE configuration
|
||||
.idea/
|
||||
.vscode/
|
||||
*.sublime-workspace
|
||||
*.sublime-project
|
||||
|
||||
# Build output (if you ever build locally before Docker)
|
||||
dist/
|
||||
# If your build output is different, change the line above
|
||||
|
||||
# Coverage reports
|
||||
coverage/
|
||||
.nyc_output/
|
||||
Reference in New Issue
Block a user