Update .gitignore to exclude app/build/ except res

This commit is contained in:
wdvipa
2026-02-14 14:24:11 +08:00
parent d3c48caf96
commit fccae746f0
3132 changed files with 327 additions and 77489 deletions

View File

@@ -1,12 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Base.Theme.AppCompat.Dialog" parent="Base.V7.Theme.AppCompat.Dialog">
<item name="android:windowIsFloating">false</item>
</style>
<style name="Base.Theme.AppCompat.Light.Dialog" parent="Base.V7.Theme.AppCompat.Light.Dialog">
<item name="android:windowIsFloating">false</item>
</style>
<style name="Base.ThemeOverlay.AppCompat.Dialog" parent="Base.V7.ThemeOverlay.AppCompat.Dialog">
<item name="android:windowIsFloating">false</item>
</style>
</resources>