-
Notifications
You must be signed in to change notification settings - Fork 18
/
.dockerignore
57 lines (55 loc) · 849 Bytes
/
.dockerignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Ignore Roadiz tools and cache for
# creating a docker image
.dockerignore
.DS_Store
.git
.github
.gitignore
.gitlab-ci.yml
.gitmodules
.idea
.data
.sass-cache
tests
README.md
Dockerfile
Dockerfile.archive
docker-compose.yml
*/temp*
*/*/temp*
docker
.vagrant
.data
.idea
app/sessions/*
app/logs/*
app/cache/*
app/gen-src/*
app/conf/config.yml
app/*.zip
app/*.sql
app/*.tar.gz
*.zip
*.sql
*.log
*.tar.gz
themes/*/build
themes/*/node_modules
themes/*/app
*/*/*/node_modules
files/*
web/files/*
*/*/*/src-img
*/*/src-img
*/*.log
Vagrantfile
pimple.json
!vendor
!app/gen-src/GeneratedNodeSources/.gitignore
!app/gen-src/Proxies/.gitignore
!docker/php-nginx-alpine/crontab.txt
!docker/php-nginx-alpine/before_launch.sh
!themes/BaseTheme/static
!themes/BaseTheme/Resources/views/partials/*
!themes/BaseTheme/Resources/views/base.html.twig
!web/themes/*