*
!.gitignore
!package.json
!package-lock.json
!settings.gradle.kts
!build.gradle.kts
!gradle.properties
!src/
!Cargo.toml

# docs — VitePress source only
!docs/
docs/*
!docs/index.md
!docs/.vitepress/
docs/.vitepress/*
!docs/.vitepress/config.js

# .github — workflow only
!.github/
.github/*
!.github/workflows/
.github/workflows/*
!.github/workflows/deploy-docs.yml
!.github/workflows/android-release.yml

# android app source
!android/
android/*
!android/app/
android/app/*
!android/app/build.gradle.kts
!android/app/src/
!android/app/src/**
!android/native/
android/native/*
!android/native/Cargo.toml
!android/native/src/
!android/native/src/**
!android/version.properties
