generated from theradcoza/Laravel-Docker-Dev-Template
Initial commit
This commit is contained in:
34
.dockerignore
Normal file
34
.dockerignore
Normal file
@@ -0,0 +1,34 @@
|
||||
# Dependencies
|
||||
src/node_modules
|
||||
src/vendor
|
||||
|
||||
# Git
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# IDE
|
||||
.idea
|
||||
.vscode
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Build artifacts
|
||||
src/public/build
|
||||
src/public/hot
|
||||
|
||||
# Testing
|
||||
src/coverage
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
src/storage/logs/*
|
||||
|
||||
# Cache
|
||||
src/bootstrap/cache/*
|
||||
src/storage/framework/cache/*
|
||||
src/storage/framework/sessions/*
|
||||
src/storage/framework/views/*
|
||||
Reference in New Issue
Block a user