Base app working
This commit is contained in:
51
.gitignore
vendored
Normal file
51
.gitignore
vendored
Normal file
@@ -0,0 +1,51 @@
|
||||
# Built artifacts
|
||||
bin/
|
||||
gen/
|
||||
out/
|
||||
build/
|
||||
app/build/
|
||||
|
||||
# Gradle
|
||||
.gradle/
|
||||
.navigation/
|
||||
gradlew.bat
|
||||
local.properties
|
||||
|
||||
# Kotlin
|
||||
.kotlin/
|
||||
kotlin-daemon-embeddable-*.jar
|
||||
|
||||
# Android Studio / IntelliJ
|
||||
.idea/
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
/captures/
|
||||
.externalNativeBuild/
|
||||
.cxx/
|
||||
cmake_install.cmake
|
||||
CMakeCache.txt
|
||||
|
||||
# Secrets & Keys (IMPORTANT)
|
||||
*.jks
|
||||
*.keystore
|
||||
*.p12
|
||||
*.key
|
||||
*.pub
|
||||
google-services.json
|
||||
|
||||
# Build outputs
|
||||
*.apk
|
||||
*.ap_
|
||||
*.aab
|
||||
*.dex
|
||||
|
||||
# OS generated files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Project specific
|
||||
/remote_project/
|
||||
|
||||
# Memory dumps
|
||||
*.hprof
|
||||
Reference in New Issue
Block a user