This repository has been archived on 2021-12-24. You can view files and clone it, but cannot push or open issues/pull-requests.
|
# 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
|