Initial commit
This commit is contained in:
35
.gitignore
vendored
Normal file
35
.gitignore
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
# OS / editor
|
||||
.DS_Store
|
||||
*.iml
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Local (do not commit machine-specific paths)
|
||||
local.properties
|
||||
|
||||
# Gradle
|
||||
.gradle/
|
||||
build/
|
||||
|
||||
# Android/IntelliJ build outputs
|
||||
**/build/
|
||||
|
||||
# APK/AAB artifacts
|
||||
*.apk
|
||||
*.aab
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Keystore
|
||||
*.jks
|
||||
*.keystore
|
||||
|
||||
# NDK
|
||||
.externalNativeBuild/
|
||||
.cxx/
|
||||
|
||||
# Lint
|
||||
lint-results*.xml
|
||||
lint-results*.html
|
||||
lint.xml
|
||||
Reference in New Issue
Block a user