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

132 lines
2.0 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
2024-02-04 03:48:59 -06:00
.idea/migrations.xml
.idea/androidTestResultsUserPreferences.xml
2024-03-08 13:57:26 -06:00
.idea/copilot
2024-03-09 03:03:36 -06:00
.idea/deploymentTargetDropDown.xml
.idea/deploymentTargetSelector.xml
2024-03-09 03:03:36 -06:00
.idea/kotlinc.xml
2024-05-31 03:14:48 -05:00
.idea/studiobot.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
2024-03-09 03:03:36 -06:00
### Services config files
agconnect-services.json
agconnect-credentials.json
google-services.json
!app/google-services.json
2020-10-29 07:58:56 -05:00
2024-05-17 00:38:13 -05:00
.idea/appInsightsSettings.xml