-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (42 loc) · 990 Bytes
/
Copy path.gitignore
File metadata and controls
55 lines (42 loc) · 990 Bytes
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
# Compiled binaries
copilot-bridge
/orbitor
/dist/
# Go build cache
*.test
*.out
# SQLite databases (contain session data / WhatsApp credentials)
*.db
*.db-wal
*.db-shm
# Log files
*.log
# Local config with personal values — use config/config.yaml.example as template
config/config.yaml
# Claude Code local directory (machine-specific settings, worktrees, memory)
.claude/
# Firebase config files (contain project IDs and API keys)
config/firebase-service-account.json
mobile/android/app/google-services.json
# Flutter build output
mobile/build/
# Flutter tool-generated files
mobile/.dart_tool/
mobile/.flutter-plugins
mobile/.flutter-plugins-dependencies
mobile/.packages
mobile/pubspec.lock
# Android local build properties (contains SDK paths)
mobile/android/local.properties
# Android signing keys
*.keystore
*.jks
key.properties
# macOS
.DS_Store
# IDE
.idea/
# Git worktrees (local only, managed by Claude Code)
.worktrees/
screenshots/*.tape
screenshots/seed-mock.sh