This repository has been archived on 2021-12-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
jos/.dockerignore
Jef Roosens f5b443d271
All checks were successful
continuous-integration/drone the build was successful
Added frontend build to Docker image
2021-05-18 21:46:17 +02:00

18 lines
206 B
Text

# Ignore everything
*
!Makefile
# Backend stuff
!app/
!setup.cfg
!setup.py
# Frontend stuff
!web/index.html
!web/src/
!web/package.json
!web/yarn.lock
!web/tsconfig.json
!web/public/
!web/vite.config.ts