-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (50 loc) · 1 KB
/
.gitignore
File metadata and controls
63 lines (50 loc) · 1 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Rust build artifacts
/target/
# macOS
.DS_Store
# Xcode
*.xcodeproj/xcuserdata/
*.xcworkspace/
*.xcworkspace/xcuserdata/
**/xcuserdata/
*.xcuserstate
DerivedData/
# Generated UniFFI bindings and compiled Rust library
platforms/apple/Generated/
platforms/android/src/main/kotlin/uniffi/
platforms/desktop/src/main/kotlin/uniffi/
# IDE
.idea/
.vscode/
# Claude agent memory
.claude/
# Android build artifacts
platforms/android/.gradle/
platforms/android/build/
platforms/android/local.properties
platforms/android/src/main/jniLibs/
# Desktop build artifacts
platforms/desktop/build/
platforms/desktop/.gradle/
# Docs — keep README, disclaimer, user guide; ignore internal plans/specs/audits
docs/plans/
docs/superpowers/
# Compiled native libraries
*.dylib
*.so
*.dll
# OpenSSL cross-compilation artifacts
/target/.openssl-*/
# Security audit reports (contain vulnerability details)
docs/SECURITY_*
docs/security-*
# Secrets / credentials
*.env
.env.*
*.keystore
*.jks
*.pem
*.p12
# Misc
log-analysis.html
dist/