-
Notifications
You must be signed in to change notification settings - Fork 34
/
.dockerignore
63 lines (61 loc) · 1.01 KB
/
.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
58
59
60
61
62
*~
*autoload_classmap.php
*.cache
*.gitignore
*.kate-swp
*.log
.*.DS_Store
.*.sw?
._*
.buildpath
.editorconfig
.env
.env.dist
.git/
.gitattributes
.gitignore
.idea/
.mysql/
.project
.sass-cache/
.scannerwork/
.settings
Vagrantfile
.vagrant/
.vs/
.~lock.*
Makefile
autoload_classmap.php
composer.phar
config/bash.env
config/autoload/doctrine.local.php
config/autoload/doctrine.external.php
config/autoload/gewisdb.local.php
config/autoload/local.php
config/autoload/zdt.local.php
coverage/
data/cache/*
data/DoctrineORMModule/
data/keys/jwt-key
data/keys/jwt-key.pub
data/logs/*
data/mail/*
docker/glide/
docker/nginx/
docker/matomo/
Dockerfile
docker-compose.*
gewisweb-vagrant/
nbproject
node_modules/
public/css/gewis-theme.css
public/css/gewis-theme.css.map
public/data/education_temp_exams/
public/data/education_temp_summaries/
public/data/meeting-documents/
public/data/meeting-notes/
public/data/photo/
public/styleguide/
vendor/
# Language binaries are created during the docker build process or using 'make compilelang'
*.mo