mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
12 lines
280 B
Plaintext
12 lines
280 B
Plaintext
# Frontend - ignore everything, except:
|
|
frontend/
|
|
!frontend/package.json
|
|
!frontend/proxy.config.ts
|
|
!frontend/pnpm-lock.yaml
|
|
!frontend/dist/
|
|
!frontend/node_modules/
|
|
!frontend/server/package.json
|
|
!frontend/server/pnpm-lock.yaml
|
|
!frontend/server/dist/
|
|
!frontend/server/node_modules/
|