parent
628a918682
commit
e0ac8ddd24
2 changed files with 41 additions and 8 deletions
|
|
@ -1,20 +1,42 @@
|
|||
*
|
||||
|
||||
# Source code
|
||||
# =====BACKEND=====
|
||||
## Source code
|
||||
!src/
|
||||
|
||||
# Cargo files
|
||||
## Cargo files
|
||||
!Cargo.toml
|
||||
!Cargo.lock
|
||||
|
||||
# Entrypoint for devop container
|
||||
## Entrypoint for devop container
|
||||
!docker/entrypoint_dev.sh
|
||||
!docker/entrypoint.sh
|
||||
|
||||
# Config file
|
||||
## Config file
|
||||
!Rocket.toml
|
||||
|
||||
# Database migrations
|
||||
## Database migrations
|
||||
!migrations/
|
||||
|
||||
## Crontab for release container
|
||||
!docker/crontab
|
||||
|
||||
|
||||
# =====FRONTEND=====
|
||||
## Source code
|
||||
!web/src/
|
||||
|
||||
## Public assets
|
||||
!web/public/
|
||||
!web/index.html
|
||||
|
||||
## Production env file
|
||||
!web/.env.production
|
||||
|
||||
## Package manager stuff
|
||||
!web/package.json
|
||||
!web/yarn.lock
|
||||
|
||||
## Project configs
|
||||
!web/tsconfig.json
|
||||
!web/vite.config.ts
|
||||
|
|
|
|||
Reference in a new issue