Repo created
This commit is contained in:
parent
75dc487a7a
commit
39c29d175b
6317 changed files with 388324 additions and 2 deletions
48
.gitignore
vendored
Normal file
48
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
# Gradle
|
||||
.gradle/
|
||||
local.properties
|
||||
|
||||
# Kotlin
|
||||
.kotlin/
|
||||
|
||||
# mdBook
|
||||
book/
|
||||
|
||||
# Generated folders
|
||||
bin/
|
||||
build/
|
||||
gen/
|
||||
out/
|
||||
|
||||
# Generated files
|
||||
*.aab
|
||||
*.apk
|
||||
*.ap_
|
||||
*.class
|
||||
*.dex
|
||||
|
||||
# Keystore files
|
||||
*.jks
|
||||
*.keystore
|
||||
|
||||
# Signing files
|
||||
.signing/
|
||||
*.signing.properties
|
||||
|
||||
# IDEA/Android Studio ignores
|
||||
*iml
|
||||
.idea/*
|
||||
|
||||
# IDEA/Android Studio includes
|
||||
!.idea/icon.png
|
||||
!.idea/codeStyles/
|
||||
!.idea/fileTemplates/
|
||||
|
||||
# Android Studio captures folder
|
||||
captures/
|
||||
|
||||
# Mac thumbnail db
|
||||
.DS_Store
|
||||
|
||||
# Screenshots
|
||||
adb-screenshots/
|
||||
Loading…
Add table
Add a link
Reference in a new issue