Skip to content

Improve andoid gitignore template#4798

Open
gameingame-eng wants to merge 1 commit intogithub:mainfrom
gameingame-eng:main
Open

Improve andoid gitignore template#4798
gameingame-eng wants to merge 1 commit intogithub:mainfrom
gameingame-eng:main

Conversation

@gameingame-eng
Copy link

@gameingame-eng gameingame-eng commented Feb 18, 2026

This PR updates the Android.gitignore template to make it more consistent, minimal, and aligned with common Android development practices. The goal is to ignore only universally generated or sensitive files while removing project‑specific or redundant entries.

Key Improvements

  1. Simplifies IntelliJ/Android Studio section by keeping only *.iml and .idea/, removing overly specific IDE files

  2. Adds common Android build artifacts (*.apk, *.ap_, *.aab) and output-metadata.json

  3. Adds Google Services and Firebase Crashlytics files that should never be committed

  4. Adds NDK/CMake obj/ directory

  5. Adds OS‑specific junk files (.DS_Store, Thumbs.db)

  6. Removes redundant or overly specific patterns that are already covered by existing ignores

  7. Keeps the template focused on broadly applicable Android/Gradle behavior

@gameingame-eng gameingame-eng requested a review from a team as a code owner February 18, 2026 20:29
@gameingame-eng
Copy link
Author

If you want anything about this merge changed, comment on this PR and I'll change it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments