← back to Nineoh Guide

.gitignore

18 lines

node_modules/
.env*
tmp/
*.log
.DS_Store
dist/
build/
.next/
.expo/
ios/build/
android/
.vercel
*.tsbuildinfo
cta/
# TK-12: App Store Connect API key material — never commit
.credentials/
*.p8