-
Notifications
You must be signed in to change notification settings - Fork 2
/
.dockerignore
62 lines (56 loc) · 993 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
58
59
60
61
62
# docker related files
.dockerignore
# Dependencies
vendor
node_modules
.bablerc
# Development stuff
_ide_helper.php
*.code-workspace
.editorconfig
.env
.env.example
.docker.env
.docker/mysql
.git
.gitattributes
.github
.gitignore
.styleci.yml
.env.dusk.local
.oauth-public.key
.openshift/crons
.openshift/secrets
.oauth-private.key
.php_cs.cache
.php_cs.dist
.phpunit-watcher.yml
.rnd
kafka-auth
phpunit.result.cache
phpunit.xml
Profiling
ruleset.xml
tests/*
docker-compose*
Jenkinsfile
kafkaProducer.php
git-hooks
# env centric files.
bootstrap/cache/**/*
files
storage/debugbar
storage/app/bulk_curation_uploads/**/*
storage/app/pubilc/curator_uploads/**/*
storage/framework/cache/**/*
storage/framework/sessions/**/*
storage/framework/testing/**/*
storage/framework/views/**/*
storage/logs/**/*
database/migrated_data/**/*
# miscilaneous files not related to running the app
documentation/**/*
README.md
# Clientside assets are built before repo commit
package*.json
resources/assets