Some checks failed
Build and Deploy Backend / Run Linters and Tests (Backend) (push) Successful in 19s
Build and Deploy Backend / Build (Backend) (push) Has been cancelled
Build and Deploy Backend / Build Native Android App (EAS) (push) Has been cancelled
Build and Deploy Backend / Deploy to Host (push) Has been cancelled
Build and Deploy Backend / Build (Frontend Web) (push) Has been cancelled
28 lines
709 B
Plaintext
28 lines
709 B
Plaintext
# backend
|
|
backend/env
|
|
backend/.env.local
|
|
backend/.env.prod.bak
|
|
backend/db
|
|
backend/redis_data
|
|
|
|
# frontend
|
|
interfaces/nativeapp/node_modules
|
|
interfaces/nativeapp/.expo/
|
|
interfaces/nativeapp/web-build/
|
|
interfaces/nativeapp/expo-env.d.ts
|
|
interfaces/nativeapp/*.orig.*
|
|
interfaces/nativeapp/*.jks
|
|
interfaces/nativeapp/*.p8
|
|
interfaces/nativeapp/*.p12
|
|
interfaces/nativeapp/*.key
|
|
interfaces/nativeapp/*.mobileprovision
|
|
interfaces/nativeapp/.metro-health-check*
|
|
interfaces/nativeapp/npm-debug.*
|
|
interfaces/nativeapp/yarn-debug.*
|
|
interfaces/nativeapp/yarn-error.*
|
|
interfaces/nativeapp/.DS_Store
|
|
interfaces/nativeapp/*.pem
|
|
interfaces/nativeapp/.env*.local
|
|
interfaces/nativeapp/*.tsbuildinfo
|
|
interfaces/nativeapp/releases
|