initial commit
This commit is contained in:
34
.gitignore
vendored
Normal file
34
.gitignore
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
# Gradle
|
||||
.gradle/
|
||||
build/
|
||||
!gradle/wrapper/gradle-wrapper.jar
|
||||
|
||||
# Local configuration
|
||||
local.properties
|
||||
|
||||
# IDE files
|
||||
.idea/
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
.DS_Store
|
||||
|
||||
# Keystore files
|
||||
*.jks
|
||||
*.keystore
|
||||
|
||||
# Google Services
|
||||
app/google-services.json
|
||||
|
||||
# Captures
|
||||
captures/
|
||||
*.apk
|
||||
*.aab
|
||||
output.json
|
||||
|
||||
# Log files
|
||||
*.log
|
||||
|
||||
# Gemini files
|
||||
GEMINI.md
|
||||
tech_spec/
|
||||
Reference in New Issue
Block a user