mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
72 lines
833 B
Plaintext
72 lines
833 B
Plaintext
### Android ###
|
|
# Built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
# Zim files
|
|
*.zim
|
|
|
|
# Native libraries
|
|
*.so
|
|
|
|
# Files for the Dalvik VM
|
|
*.dex
|
|
|
|
header.txt
|
|
app/header.bash
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# Generated files
|
|
bin/
|
|
gen/
|
|
|
|
# Gradle files
|
|
.gradle/
|
|
build/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Proguard folder generated by Eclipse
|
|
proguard/
|
|
|
|
# Log Files
|
|
*.log
|
|
|
|
### Android Patch ###
|
|
gen-external-apklibs
|
|
|
|
# Mac OS X
|
|
.DS_Store
|
|
|
|
ic_launcher_512_*.png
|
|
|
|
glassify
|
|
|
|
.project
|
|
.classpath
|
|
|
|
.vscode
|
|
captures/
|
|
|
|
# IDEA/Android Studio ignores
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
/.idea/*
|
|
|
|
# IDEA/Android Studio Ignore exceptions
|
|
!/.idea/vcs.xml
|
|
!/.idea/inspectionProfiles/
|
|
!/.idea/scopes/
|
|
!/.idea/codeStyles/
|
|
!/.idea/encodings.xml
|
|
!/.idea/copyright/
|
|
!/.idea/kotlinCodeInsightSettings.xml
|
|
app/jacoco.exec
|
|
|
|
# F-Droid auto-publish file
|
|
VERSION_INFO
|