-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (40 loc) · 1.87 KB
/
.gitignore
File metadata and controls
47 lines (40 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Let folks use their custom editor settings
.vscode
.idea
# macOS
.DS_Store
# Ignore CLAUDE.local.md files anywhere in the repository
CLAUDE.local.md
# Local cargo config / per-dev exports
.cargo/
!rust/.cargo/
!rust/.cargo/config.toml
rust/cli/exports/
# Node
node_modules/
# Build artifacts
mobile/native/android/packages/rust/build/
mobile/native/darwin/Packages/Rust/build/
mobile/native/darwin/Apps/ensu/build/
mobile/native/darwin/Apps/ensu/build-native-check/
target/
# Generated native bindings / binaries (regenerate locally)
mobile/native/android/apps/ensu/crypto-auth-core/src/main/jniLibs/
mobile/native/android/apps/ensu/crypto-auth-core/src/main/java/io/ente/ensu/crypto/core_uniffi.kt
mobile/native/android/apps/ensu/crypto-auth-core/src/main/java/io/ente/ensu/crypto/core.kt
mobile/native/android/packages/rust/.gradle/
mobile/native/android/packages/rust/src/main/jniLibs/
mobile/native/android/packages/rust/src/main/kotlin/io/ente/labs/inference_rs/inference_rs_uniffi.kt
mobile/native/android/packages/rust/src/main/kotlin/io/ente/labs/inference_rs/inference.kt
mobile/native/android/packages/rust/src/main/kotlin/io/ente/labs/llmchat_db/llmchat_db_uniffi.kt
mobile/native/android/packages/rust/src/main/kotlin/io/ente/labs/ensu_db/db.kt
mobile/native/android/packages/rust/src/main/kotlin/io/ente/labs/llmchat_sync/llmchat_sync_uniffi.kt
mobile/native/android/packages/rust/src/main/kotlin/io/ente/labs/ensu_sync/sync.kt
mobile/native/darwin/Apps/ensu/ensu/Generated/*_uniffi*
mobile/native/darwin/Apps/ensu/ensu/Generated/core*
mobile/native/darwin/Apps/ensu/ensu/Generated/db*
mobile/native/darwin/Apps/ensu/ensu/Generated/sync*
mobile/native/darwin/Packages/Rust/InferenceRSFFI.xcframework/
mobile/native/darwin/Packages/Rust/Sources/InferenceRS/inference_rs_uniffi*
# Local ensu endpoint overrides (compile-time)
mobile/native/darwin/Apps/ensu/ensu/Generated/EndpointConfig.swift