2023-04-02 21:59:41 +02:00
|
|
|
# Ignore all and then selectivly allow
|
|
|
|
|
**/*
|
2020-02-01 16:11:48 +01:00
|
|
|
|
2023-04-02 21:59:41 +02:00
|
|
|
# api
|
|
|
|
|
!package.json
|
|
|
|
|
!package-lock.json
|
|
|
|
|
!nest-cli.json
|
|
|
|
|
!tsconfig.build.json
|
|
|
|
|
!tsconfig.json
|
2021-05-24 18:54:34 +02:00
|
|
|
|
2023-04-02 21:59:41 +02:00
|
|
|
!src/**/*
|
|
|
|
|
|
|
|
|
|
# frontend
|
|
|
|
|
!frontend/.env.production
|
|
|
|
|
!frontend/package.json
|
|
|
|
|
!frontend/package-lock.json
|
|
|
|
|
!frontend/postcss.config.js
|
|
|
|
|
!frontend/tailwind.config.js
|
|
|
|
|
!frontend/tsconfig.json
|
2023-05-07 04:05:11 +02:00
|
|
|
!frontend/vite.config.js
|
|
|
|
|
!frontend/index.html
|
2023-04-02 21:59:41 +02:00
|
|
|
!frontend/src/**/*
|
|
|
|
|
!frontend/public/**/*
|