fix: include native module sources in git tracking
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.
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,7 +1,7 @@
|
||||
node_modules/
|
||||
.expo/
|
||||
android/
|
||||
ios/
|
||||
/android/
|
||||
/ios/
|
||||
dist/
|
||||
.env
|
||||
*.jks
|
||||
|
||||
Reference in New Issue
Block a user