Add .dockerignore file
This commit is contained in:
@@ -0,0 +1,20 @@
|
|||||||
|
.git
|
||||||
|
.gitignore
|
||||||
|
*.md
|
||||||
|
.env
|
||||||
|
.env.*
|
||||||
|
docker-compose*.yml
|
||||||
|
.DS_Store
|
||||||
|
node_modules
|
||||||
|
npm-debug.log
|
||||||
|
coverage
|
||||||
|
.nyc_output
|
||||||
|
.vscode
|
||||||
|
.idea
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
storage/events/active/*
|
||||||
|
storage/events/archived/*
|
||||||
|
storage/thumbnails/*
|
||||||
|
data/*.db
|
||||||
|
logs/*
|
||||||
Reference in New Issue
Block a user