All checks were successful
continuous-integration/drone the build was successful
18 lines
206 B
Text
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
|