← back to Charge And Explore

.gitignore

34 lines

node_modules/
.env*
tmp/
*.log
.DS_Store
dist/
build/
.next/

# iOS / Xcode (for the future native app)
ios/**/build/
ios/**/DerivedData/
*.xcuserstate
*.xcworkspace/xcuserdata/
Pods/

# Tesla partner private key — NEVER commit (public key is fine to serve)
keys/tesla-private.pem
data/stations.json
data/ev-stations-national.json

# App Store Connect API key (secret)
apps/mobile/credentials/
# The Expo mobile app is its own Git repository; keep it out of the backend repo.
apps/mobile/
*.p8
screenrecord/
# Tesla OAuth tokens persisted across restarts — secrets, never commit
data/tesla-sessions.json
data/user-sessions.json
# Per-user prefs + per-VIN charge history — user data, never commit
data/user-prefs.json
data/tesla-history.json