1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-20 03:19:09 -05:00
wulkanowy-mirror/.gitignore

123 lines
1.8 KiB
Plaintext
Raw Normal View History

2019-08-08 10:40:23 -05:00
# Created by https://www.gitignore.io
2017-07-01 07:52:52 -05:00
# Built application files
2019-08-08 10:40:23 -05:00
*.apk
*.ap_
*.aab
# Files for the ART/Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
out/
2017-07-01 07:52:52 -05:00
2019-08-08 10:40:23 -05:00
# Gradle files
.gradle/
build/
.build-cache
2017-07-01 07:52:52 -05:00
# Local configuration file (sdk path, etc)
local.properties
2019-08-08 10:40:23 -05:00
# Proguard folder generated by Eclipse
proguard/
2017-07-01 07:52:52 -05:00
2019-08-08 10:40:23 -05:00
# Log Files
*.log
2017-07-01 07:52:52 -05:00
2019-08-08 10:40:23 -05:00
# 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/
2017-07-01 07:52:52 -05:00
.idea/libraries/
2019-08-08 10:40:23 -05:00
.idea/shelf/
2017-07-01 07:52:52 -05:00
.idea/.name
.idea/compiler.xml
2019-08-08 10:40:23 -05:00
.idea/copyright/profiles_settings.xml
2017-07-01 07:52:52 -05:00
.idea/encodings.xml
.idea/misc.xml
.idea/scopes/scope_settings.xml
.idea/vcs.xml
2019-08-08 10:40:23 -05:00
.idea/jsLibraryMappings.xml
.idea/datasources.xml
.idea/dataSources.ids
.idea/sqlDataSources.xml
.idea/dynamic.xml
.idea/uiDesigner.xml
.idea/runConfigurations.xml
.idea/discord.xml
2019-08-08 10:40:23 -05:00
# 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
2017-07-01 07:52:52 -05:00
# OS-specific files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
2019-08-08 10:40:23 -05:00
# 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
2020-10-29 07:58:56 -05:00
app/src/release/agconnect-services.json
app/src/release/agconnect-credentials.json
.idea/deploymentTargetDropDown.xml
2023-05-07 16:21:59 -05:00
.idea/kotlinc.xml