2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-22 18:07:55 +00:00

Safer gitignore

This commit is contained in:
Albert Vaca Cintora 2024-04-12 09:25:11 +02:00
parent 28b1e7d96a
commit 40b1cdabc8
No known key found for this signature in database

18
.gitignore vendored
View File

@ -1,15 +1,15 @@
local.properties local.properties
.gradle/ /.gradle/
.idea/ /.idea/
out/ /out/
gen/ /gen/
bin/ /bin/
build/ /build/
target/ /target/
classes/ /classes/
*.iml *.iml
*.keystore *.keystore
!debug.keystore !debug.keystore
.directory .directory
GPUCache/ GPUCache/
release/ /release/