config: limit AI scope
This commit is contained in:
+36
@@ -0,0 +1,36 @@
|
||||
# Build
|
||||
build/
|
||||
**/build/
|
||||
.gradle/
|
||||
.externalNativeBuild/
|
||||
.cxx/
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
*.iml
|
||||
|
||||
# Local config
|
||||
local.properties
|
||||
|
||||
# Outputs
|
||||
*.apk
|
||||
*.aab
|
||||
outputs/
|
||||
|
||||
# Logs / temp
|
||||
*.log
|
||||
*.tmp
|
||||
*.lock
|
||||
|
||||
# Sensitive
|
||||
keys/
|
||||
*.keystore
|
||||
*.jks
|
||||
signing.properties
|
||||
keystore.properties
|
||||
gradle.properties
|
||||
|
||||
# Generated
|
||||
**/generated/
|
||||
**/databinding/
|
||||
**/viewbinding/
|
||||
@@ -0,0 +1,36 @@
|
||||
# Build
|
||||
build/
|
||||
**/build/
|
||||
.gradle/
|
||||
.externalNativeBuild/
|
||||
.cxx/
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
*.iml
|
||||
|
||||
# Local config
|
||||
local.properties
|
||||
|
||||
# Outputs
|
||||
*.apk
|
||||
*.aab
|
||||
outputs/
|
||||
|
||||
# Logs / temp
|
||||
*.log
|
||||
*.tmp
|
||||
*.lock
|
||||
|
||||
# Sensitive
|
||||
keys/
|
||||
*.keystore
|
||||
*.jks
|
||||
signing.properties
|
||||
keystore.properties
|
||||
gradle.properties
|
||||
|
||||
# Generated
|
||||
**/generated/
|
||||
**/databinding/
|
||||
**/viewbinding/
|
||||
Reference in New Issue
Block a user