35 lines
539 B
Plaintext
35 lines
539 B
Plaintext
# Ignore Gradle and build output
|
|
.gradle/
|
|
build/
|
|
**/build/
|
|
.cxx/
|
|
.externalNativeBuild/
|
|
|
|
# Ignore database builds
|
|
library/src/main/res/raw/android_devices.db
|
|
database/android-devices.zip
|
|
|
|
# Ignore local configuration files
|
|
local.properties
|
|
/local.properties
|
|
.DS_Store
|
|
|
|
# Ignore IntelliJ/Android Studio project files
|
|
*.iml
|
|
.idea/
|
|
/.idea/caches
|
|
/.idea/libraries
|
|
/.idea/modules.xml
|
|
/.idea/workspace.xml
|
|
/.idea/navEditor.xml
|
|
/.idea/assetWizardSettings.xml
|
|
|
|
# Ignore Android Studio captures
|
|
captures/
|
|
|
|
# Ignore misc
|
|
*.apk
|
|
*.ap_
|
|
*.log
|
|
*.keystore
|