skyline/.gitignore

112 lines
1.6 KiB
Plaintext
Raw Normal View History

# Source: https://github.com/github/gitignore/blob/master/Android.gitignore
2019-06-28 14:18:59 +02:00
# Built application files
*.apk
*.aar
*.ap_
*.aab
2019-08-20 20:02:27 +02:00
# Files for the ART/Dalvik VM
2019-06-28 14:18:59 +02:00
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
out/
2019-06-28 14:18:59 +02:00
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
2019-08-20 20:02:27 +02:00
local.properties
2019-06-28 14:18:59 +02:00
# Proguard folder generated by Eclipse
proguard/
2019-06-28 14:18:59 +02:00
# Log Files
*.log
2019-06-28 14:18:59 +02:00
# Android Studio Navigation editor temp files
.navigation/
2019-06-28 14:18:59 +02:00
# Android Studio captures folder
captures/
2019-06-28 14:18:59 +02:00
# IntelliJ
*.iml
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/libraries
.idea/jarRepositories.xml
.idea/misc.xml
.idea/compiler.xml
deploymentTargetDropDown.xml
render.experimental.xml
# Android Studio 3 in .gitignore file.
.idea/caches
.idea/modules
.idea/modules.xml
.idea/navEditor.xml
2021-07-14 18:03:21 +02:00
.idea/runConfigurations.xml
2019-06-28 14:18:59 +02:00
# Keystore files
*.jks
*.keystore
2019-08-20 20:02:27 +02:00
# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
.cxx/
2019-08-20 20:02:27 +02:00
# Google Services (e.g. APIs or Firebase)
google-services.json
# Freeline
freeline.py
freeline/
freeline_project_description.json
# fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
fastlane/readme.md
# Version control
vcs.xml
# lint
lint/intermediates/
lint/generated/
lint/outputs/
lint/tmp/
lint/reports/
# Android Profiling
*.hprof
# VSCode
.vscode/
# Discord plugin for IntelliJ IDEA
.idea/discord.xml
# Adreno Validation Layer
libVkLayer_adreno.so
# Skyline logs
*.sklog
# Android Studio Profiler Traces
*.trace
# Output Metadata
output-metadata.json