-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.dockerignore
More file actions
38 lines (33 loc) · 694 Bytes
/
.dockerignore
File metadata and controls
38 lines (33 loc) · 694 Bytes
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
# General
.git
.gitignore
.github
.mvn
.vscode
*.md
LICENSE
renovate.json
commitlint.config.js
# Backend build artifacts not needed
target/maven-archiver
target/maven-status
target/generated-sources
target/generated-test-sources
target/surefire-reports
target/test-classes
target/jacoco*
target/site
target/quinoa
# Frontend development files not needed for backend
src/main/webui/node_modules
src/main/webui/test-results
src/main/webui/.vite
# Keep what we need for backend
!target/quarkus-app/*
# Keep what we need for frontend
!src/main/webui/package*.json
!src/main/webui/src
!src/main/webui/public
!src/main/webui/index.html
!src/main/webui/vite.config.js
!src/main/docker/nginx.conf