# dependencies
node_modules/

# expo
.expo/
dist/
web-build/
expo-env.d.ts

# native
ios/
android/
*.orig.*
*.jks
*.p8
*.p12
*.key
*.mobileprovision

# build output
# Anchored to the library: an unanchored `lib/` also matched apps/docs/lib,
# so the docs app's source was silently never committed and CI could not
# resolve @/lib/utils.
/packages/panelui/lib/
*.tgz

# misc
.DS_Store
*.pem
*.log
.env*.local

# typescript
*.tsbuildinfo

# Scratch space for `npm run template`

