generated from theradcoza/Laravel-Docker-Dev-Template
Compare commits
2 Commits
b854876ec0
...
579854e9c5
| Author | SHA1 | Date | |
|---|---|---|---|
| 579854e9c5 | |||
| 55272e8bea |
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