forked from LiveCarta/LiveCartaWP
Moved Dockerfile from devops repo here, removed redundant ant build config, removed unused config, added dockerignore
This commit is contained in:
25
.dockerignore
Normal file
25
.dockerignore
Normal file
@@ -0,0 +1,25 @@
|
||||
.git
|
||||
.gitignore
|
||||
.gitattributes
|
||||
.github/
|
||||
.vscode/
|
||||
.idea/
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
*.log
|
||||
logs.conf
|
||||
logs/
|
||||
|
||||
docker-compose.yml
|
||||
compose.yml
|
||||
|
||||
.env
|
||||
.env.*
|
||||
wp-config-local.php
|
||||
|
||||
node_modules/
|
||||
vendor/
|
||||
|
||||
**/.cache/
|
||||
**/tmp/
|
||||
**/temp/
|
||||
Reference in New Issue
Block a user