ProjectLaogai/.gitignore

56 lines
719 B
Plaintext
Raw Permalink Normal View History

2018-10-24 18:22:05 +02:00
# ---> Android
2018-10-24 18:13:56 +02:00
# Built application files
*.apk
*.ap_
2018-10-24 18:22:05 +02:00
# Files for the ART/Dalvik VM
2018-10-24 18:13:56 +02:00
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
2018-10-24 18:22:05 +02:00
out/
app/release/
2018-10-24 18:13:56 +02:00
# 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/
2018-10-24 18:22:05 +02:00
# Intellij
*.iml
.idea/
# Keystore files
*.jks
# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
# Google Services (e.g. APIs or Firebase)
google-services.json
# Freeline
freeline.py
freeline/
freeline_project_description.json
.directory