Черновик ПЗ

This commit is contained in:
2026-05-25 19:34:22 +03:00
parent adc3730b8d
commit 2b139a18b3
72 changed files with 3570 additions and 0 deletions

View File

@@ -0,0 +1,65 @@
repo_root: ".."
report_root: "."
scan_root: ".."
include_extensions:
.kt: kotlin
.kts: kotlin
.xml: xml
.pro: text
.properties: text
.toml: toml
include_filenames:
gradlew: bash
exclude_dirs:
- build
- .gradle
- .idea
- Report
- captures
- .cxx
- app/release
- node_modules
exclude_globs:
- "**/generated/**"
- "**/*.jar"
- "**/*.apk"
- "**/*.jks"
- "**/*.keystore"
- "**/*.hprof"
- local.properties
- google-services.json
- "**/*.png"
- "**/*.webp"
- "**/*.jpg"
- "**/*.gif"
- "**/*.md"
- "**/*.puml"
- "**/*.gaphor"
- "**/*.pdf"
- "**/*.typ"
modules_order:
- root
- app
- domain
- usecases
- ui
- domain-vault
- infrastructure-android
- vault-contracts
- task-runtime
root_build_files:
- settings.gradle.kts
- build.gradle.kts
- gradle.properties
- gradle/libs.versions.toml
- gradle/wrapper/gradle-wrapper.properties
- gradlew
pagebreak_per_module: false
pagebreak_per_file: false