Fix .gitignore to only exclude root android/ and ios/ (Expo prebuild output) while keeping modules/ native code. Add Android WallpaperService Kotlin sources, GLSL shaders, manifest, and Gradle config.
14 lines
109 B
Plaintext
14 lines
109 B
Plaintext
node_modules/
|
|
.expo/
|
|
/android/
|
|
/ios/
|
|
dist/
|
|
.env
|
|
*.jks
|
|
*.p8
|
|
*.p12
|
|
*.key
|
|
*.mobileprovision
|
|
*.orig.*
|
|
web-build/
|