# Dependencies node_modules # Source control .git .gitignore # Expo caches .expo .expo-shared # Build artifacts dist dist-web dist-android dist-ios dist-android-update.zip dist-ios-update.zip android ios web-build # Native credentials (never ship into image) *.jks *.p8 *.p12 *.key *.mobileprovision *.orig.* # Misc screenshots *.log .vscode .idea .DS_Store *.swp *.swo coverage __tests__