This repository has been archived on 2021-12-24. You can view files and clone it, but cannot push or open issues/pull-requests.
jos/.dockerignore

19 lines
206 B
Plaintext
Raw Permalink Normal View History

2021-05-18 12:15:21 +02:00
# Ignore everything
*
2021-05-18 21:46:17 +02:00
!Makefile
# Backend stuff
2021-05-18 12:15:21 +02:00
!app/
!setup.cfg
!setup.py
2021-05-18 21:46:17 +02:00
# Frontend stuff
!web/index.html
!web/src/
!web/package.json
!web/yarn.lock
!web/tsconfig.json
!web/public/
!web/vite.config.ts