forked from Eclipse-Phase-Unofficial/ep-character-creator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.dockerignore
46 lines (40 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
#Everything here will be ignored when building the Docker container.
#Because of this, most automated build systems won't re-build a container when any of these change.
# Ignore all documentation
Documentation/
Authors.md
CHANGELOG.md
LICENSE.md
README.md
#Ignore git related files
.git
.gitattributes
.gitignore
.mailmap
#Other random files we don't want in the final build
docker-compose.yml
# Ignore generated files, caches, basically everything in the .gitignore
*.kdev4
vendor/
/node_modules
/public/hot
/public/storage
/storage/*.key
/vendor
/.idea
/.vscode
/.vagrant
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
.env
public/css
public/js
public/images/vendor
public/mix-manifest.json
.phpstorm.meta.php
_ide_helper.php
#These are still in the gitignore, but need special handling to work in dockerignore
**/*~
**/*.sqlite