-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.dockerignore
More file actions
63 lines (53 loc) · 1.09 KB
/
.dockerignore
File metadata and controls
63 lines (53 loc) · 1.09 KB
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
63
# Ignore folders we don't need to send as build context
database
doc
# Ignore everything in gemfiles, it's very large!
gemfiles/*
# but the Gemfiles themselves
!gemfiles/bundle_git/Gemfile
!gemfiles/bundle_no_git/Gemfile
LocalOnly
__pycache__
python
testruns
test
update_eplus_compare
# Ignore the measure test folders (they tend to be large)
measures/**/tests
.git
.github
.ipynb_checkoints
# Ignore root-level files
# All hiden files
.*
*.ipynb
*.png
*.html
Dockerfile
Dockerfile.in
launch_all.sh
launch_docker.sh
process_results.py
environment.yml
# I don't even know what's that doing here
install.qs
# TODO: if we decide to implement functionality where it'll use more than one weather file, then remove this
# For now we only use one weather file, so uncomment all others
weatherdata
!weatherdata/USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw
!weatherdata/USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.ddy
LICENSE
LICENSE.md
VERSION
README.md
Changelog.md
Makefile
docker-compose.yml
docs
COPYRIGHT.txt
tags
# The other way round: ignore everything
# *
# Then uncommment what's stricly needed
# !model/
# !