-
Notifications
You must be signed in to change notification settings - Fork 25
/
.gitignore
123 lines (108 loc) · 2.63 KB
/
.gitignore
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# Useful links for more information about ignoring files:
# https://git-scm.com/docs/gitignore
# https://github.com/github/gitignore
# https://www.toptal.com/developers/gitignore
# Binary archives of any kind are not allowed:
*.tar
*.gz
*.zip
*.7z
*.rar
*.tgz
*.hdt
*.mod
# Log files and databases are not allowed:
*.log
database.sqlite
keys.json
# Integrated Development Environment (IDE)-specific files/folders:
.vscode/
.code-workspace
.idea/
.settings/
.metadata
.classpath
.project
.factorypath
*.iml
# Java:
*.jar
*.war
*.class
log4j2.xml
catalog-v001.xml
# Maven:
target/
# Python:
__pycache__/
site-packages/
*.py[cod]
*$py.class
*.pkl
*.egg-info/
.venv
*venv/
.env
*env/
# JavaScript:
node_modules/
jspm_packages/
# Compiled/binary output folders:
bin/
build/
dist/
# Mac/OSX-specific files:
.DS_Store
# Windows-specific files:
Thumbs.db
# Common API keys and password names
mapbox_api_key
mapbox_username
postgis_password
geoserver_password
blazegraph_password
grafana_password
grafana_api_key
# Miscellaneous files/folders:
/JPS_BMS/workingdir/rdf-xml-output
/JPS/JPS.iml
/JPS_BASE/JPS_BASE.iml
/JPS_BASE_LIB/jps-base.iml
/JPS_POSTGRESQL/JPS_POSTGRESQL.iml
/JPS_SHIP/JPS_SHIP.iml
/python/caresjpsadmsinputs/caresjpsadmsinputs.iml
/JPS_BASE/PythonCustomLibraries/PythonCustomLibraries.iml
/JPS_BASE_LIB/src/uk/ac/cam/cares/jps/base/util/CRSTransformer.java
/JPS_COMPOSITION/JPS_COMPOSITION.iml
/JPS_SHIP/classes/
/JPS/python/caresjpsadmsinputs/caresjpsadmsinputs.iml
/JPS_SHIP/workingdir/test.*
*.index
/JPS_COMPOSITION_LITE/target/m2e-wtp/web-resources/META-INF/MANIFEST.MF
/JPS_COMPOSITION_LITE/target/m2e-wtp/web-resources/META-INF/maven/uk.ac.cam.cares.jps/JPS_COMPOSITION_LITE/pom.properties
/JPS_Version_0/ADMS/ADMS_JAVA_END/ADMS-Java-11-10-17/ADMS/ADMS_1/src/kb_dev
JPS_DISPERSION/JPS_DISPERSION.iml
*.data-00000-of-00001
geckodriver.log
nlu.md
Agents/DistrictHeatingNetworkAgent/config/TSDataHeatingNetworkTest.csv
Agents/DistrictHeatingNetworkAgent/credentials/repo_password.txt
Agents/DistrictHeatingNetworkAgent/credentials/repo_username.txt
*.pt
*.h5
*.npy
Agents/WeatherAgent/docker-compose.yml
JPS_VIRTUALSENSOR/DispersionVis/index.html
obsolete/*
**/credentials/repo_*
JPS_VIRTUALSENSOR/ShipInputAgent/data/*.json
*.tif
web/twa-vis-platform/code/public/config/*
web/twa-vis-platform/code/public/images/*
!web/twa-vis-platform/code/public/images/defaults/
!web/twa-vis-platform/code/public/images/utils/
!web/twa-vis-platform/code/public/images/README.md
web/twa-vis-platform/code/public/optional-pages/*
!web/twa-vis-platform/code/public/optional-pages/landing-page.md
!web/twa-vis-platform/code/public/optional-pages/help-page.md
web/*/auth/realm/*.json