mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
24 lines
420 B
Text
24 lines
420 B
Text
# Ignore all and then selectivly allow
|
|
**/*
|
|
|
|
# api
|
|
!package.json
|
|
!package-lock.json
|
|
!nest-cli.json
|
|
!tsconfig.build.json
|
|
!tsconfig.json
|
|
|
|
!src/**/*
|
|
|
|
# frontend
|
|
!frontend/.env.production
|
|
!frontend/package.json
|
|
!frontend/package-lock.json
|
|
!frontend/postcss.config.js
|
|
!frontend/tailwind.config.js
|
|
!frontend/tsconfig.json
|
|
!frontend/vite.config.js
|
|
!frontend/index.html
|
|
!frontend/*.d.ts
|
|
!frontend/src/**/*
|
|
!frontend/public/**/*
|