chore: add repository gitignore
This commit is contained in:
parent
ad9be0ba91
commit
9571fddcde
1 changed files with 36 additions and 0 deletions
36
.gitignore
vendored
Normal file
36
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# Signing / secrets
|
||||
*.jks
|
||||
*.keystore
|
||||
local.properties
|
||||
release-signing.env
|
||||
release-signing.env.*
|
||||
*.properties.local
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# Gradle / Android build output
|
||||
.gradle/
|
||||
build/
|
||||
app/build/
|
||||
dist/
|
||||
*.apk
|
||||
*.aab
|
||||
*.apks
|
||||
|
||||
# Rust / native build output
|
||||
native/**/target/
|
||||
|
||||
# Android Studio / IntelliJ
|
||||
.idea/
|
||||
*.iml
|
||||
|
||||
# Native temporary output
|
||||
.externalNativeBuild/
|
||||
.cxx/
|
||||
|
||||
# OS / editor files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
*~
|
||||
*.swp
|
||||
*.swo
|
||||
Loading…
Add table
Add a link
Reference in a new issue