generated from theradcoza/Laravel-Docker-Dev-Template
add docker ignore
This commit is contained in:
27
.dockerignore
Normal file
27
.dockerignore
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
# Dependencies (installed inside the container)
|
||||||
|
src/node_modules
|
||||||
|
src/vendor
|
||||||
|
|
||||||
|
# Git
|
||||||
|
.git
|
||||||
|
.gitignore
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.idea
|
||||||
|
.vscode
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|
||||||
|
# OS files
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Documentation
|
||||||
|
*.md
|
||||||
|
docs/
|
||||||
|
deploy/
|
||||||
|
|
||||||
|
# Build artifacts
|
||||||
|
src/public/hot
|
||||||
|
src/public/build
|
||||||
|
src/storage/logs/*
|
||||||
Reference in New Issue
Block a user