init
This commit is contained in:
54
.gitignore
vendored
Normal file
54
.gitignore
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
# Gradle / Android build output
|
||||
.gradle/
|
||||
.kotlin/
|
||||
**/build/
|
||||
**/.cxx/
|
||||
**/.externalNativeBuild/
|
||||
captures/
|
||||
|
||||
# Local machine configuration
|
||||
local.properties
|
||||
gradle.properties
|
||||
.idea/
|
||||
*.iml
|
||||
|
||||
# Signing keys and credentials
|
||||
*.jks
|
||||
*.keystore
|
||||
*.p12
|
||||
*.pfx
|
||||
*.pem
|
||||
*.key
|
||||
.env
|
||||
.env.*
|
||||
google-services.json
|
||||
|
||||
# Packaged Android artifacts
|
||||
*.apk
|
||||
*.aab
|
||||
*.ap_
|
||||
*.idsig
|
||||
*.dex
|
||||
|
||||
# Temporary extracted artifacts in this workspace
|
||||
tmp-aar/
|
||||
tmp-apk-libs/
|
||||
|
||||
# Logs, reports, and runtime dumps
|
||||
*.log
|
||||
*.hprof
|
||||
hs_err_pid*
|
||||
replay_pid*
|
||||
|
||||
# OS / editor noise
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
desktop.ini
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Local debug screenshots from this workspace
|
||||
/_current_screen.png
|
||||
/flight-screen.png
|
||||
/flight-screen-safe.png
|
||||
/launch-screen.png
|
||||
Reference in New Issue
Block a user