-
Notifications
You must be signed in to change notification settings - Fork 143
/
.gitignore
48 lines (42 loc) · 964 Bytes
/
.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
*.project
*.classpath
*.settings
*target
*.metadata
*.recommenders
*.idea
*.iml
.vscode
/sormas-backend/bin
/sormas-rest/bin
/sormas-surveillance-ui/bin
/sormas-widgetset/bin
/deploy/bundles
deploy
/sormas-base/dev.env
/sormas-base/bin
/sormas-ui/bin
/sormas-ui/src/main/webapp/VAADIN/themes/sormas/addons.scss
/sormas-ui/src/main/webapp/VAADIN/themes/sormas/styles.css
*.jks
/sormas-app/keystore.properties
/sormas-app/java_pid21052.hprof
bin
/sormas-base/setup/setup.log
/sormas-base/setup/keycloak/keycloak_setup.log
# Exclude maven wrapper
!/.mvn/wrapper/maven-wrapper.jar
/sormas-cargoserver/.env
/sormas-cargoserver/custom.env
/sormas-cargoserver/custom.properties
/sormas-e2e-tests/allureReports/
/sormas-e2e-tests/allure-results
/sormas-e2e-tests/build/
/sormas-e2e-tests/screenshots/
/sormas-e2e-tests/target/
/sormas-e2e-tests/out/
/sormas-e2e-tests/*.DS_Store
/sormas-e2e-tests/.gradle
/sormas-e2e-tests/.DS_Store
/sormas-e2e-tests/logs
.DS_Store