forked from github/wulkanowy-mirror
115 lines
1.6 KiB
Plaintext
115 lines
1.6 KiB
Plaintext
# Created by https://www.gitignore.io
|
|
|
|
# Built application files
|
|
*.apk
|
|
*.ap_
|
|
*.aab
|
|
|
|
# Files for the ART/Dalvik VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# Generated files
|
|
bin/
|
|
gen/
|
|
out/
|
|
|
|
# Gradle files
|
|
.gradle/
|
|
build/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Proguard folder generated by Eclipse
|
|
proguard/
|
|
|
|
# Log Files
|
|
*.log
|
|
|
|
# Android Studio Navigation editor temp files
|
|
.navigation/
|
|
|
|
# Android Studio captures folder
|
|
captures/
|
|
|
|
# IntelliJ configurations
|
|
*.iml
|
|
.idea/workspace.xml
|
|
.idea/tasks.xml
|
|
.idea/gradle.xml
|
|
.idea/assetWizardSettings.xml
|
|
.idea/dictionaries
|
|
.idea/libraries
|
|
.idea/caches
|
|
.idea/modules.xml
|
|
.idea/navEditor.xml
|
|
.idea/caches/
|
|
.idea/libraries/
|
|
.idea/shelf/
|
|
.idea/.name
|
|
.idea/compiler.xml
|
|
.idea/copyright/profiles_settings.xml
|
|
.idea/encodings.xml
|
|
.idea/misc.xml
|
|
.idea/scopes/scope_settings.xml
|
|
.idea/vcs.xml
|
|
.idea/jsLibraryMappings.xml
|
|
.idea/datasources.xml
|
|
.idea/dataSources.ids
|
|
.idea/sqlDataSources.xml
|
|
.idea/dynamic.xml
|
|
.idea/uiDesigner.xml
|
|
.idea/runConfigurations.xml
|
|
|
|
# Keystore files
|
|
*.jks
|
|
*.keystore
|
|
*.p12
|
|
|
|
# External native build folder generated in Android Studio 2.2 and later
|
|
.externalNativeBuild
|
|
|
|
# Version control
|
|
vcs.xml
|
|
|
|
# lint
|
|
lint/intermediates/
|
|
lint/generated/
|
|
lint/outputs/
|
|
lint/tmp/
|
|
lint/reports/
|
|
|
|
### Android Patch ###
|
|
gen-external-apklibs
|
|
output.json
|
|
|
|
# OS-specific files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Legacy Eclipse project files
|
|
.classpath
|
|
.project
|
|
.cproject
|
|
.settings/
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
.mtj.tmp/
|
|
|
|
# Package Files #
|
|
*.war
|
|
*.ear
|
|
|
|
### AndroidStudio Patch ###
|
|
|
|
!/gradle/wrapper/gradle-wrapper.jar
|
|
.idea/jarRepositories.xml
|