-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
116 lines (98 loc) · 1.67 KB
/
.gitignore
File metadata and controls
116 lines (98 loc) · 1.67 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# Yocto build artifacts (conf/ 제외 — 빌드 설정은 추적)
yocto/build/
!yocto/build/conf/
yocto/build-opi5/
!yocto/build-opi5/conf/
yocto/downloads/
yocto/sstate-cache/
*.wic
*.wic.bz2
*.wic.gz
# Yocto sources (cloned by setup-layers.sh)
yocto/sources/poky/
yocto/sources/meta-openembedded/
yocto/sources/meta-raspberrypi
yocto/sources/meta-clang/
yocto/sources/meta-flutter
yocto/sources/meta-arm/
yocto/sources/meta-rockchip/
yocto/sources/meta-rockchip.radxa-backup/
# Matter (connectedhomeip ~10GB, chip-tool ~113MB)
matter/connectedhomeip/
matter/bin/
# Go
go/bin/
go/pkg/
# Zig
zig/zig-cache/
zig/zig-out/
zig-cache/
zig-out/
# Flutter
flutter/.dart_tool/
flutter/.packages
flutter/build/
flutter/.flutter-plugins
flutter/.flutter-plugins-dependencies
flutter/pubspec.lock
# AI models (large files)
models/*.onnx
models/*.tflite
!models/.gitkeep
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Nix
result
result-*
# Logs
*.log
logs/
# Secrets
.env
.env.*
*.pem
*.key
.sshkey/
.current-device-ip
# Beads internal (keep issues.jsonl)
.beads/*.db
.beads/*.db-journal
.beads/*.db-wal
.beads/*.db-shm
.beads/.local_version
.beads/config.yaml
.beads/metadata.json
.beads/.br_history/
# direnv
.direnv/
# Agent shell
.agent-shell/
yocto/sources/meta-hailo
.claude
go/homeagent
.claude/
ui/node_modules
ui/dist
dist/
office/
OFFICE.md
# Flutter Android 빌드 아티팩트
flutter/build/
flutter/android/build/
flutter/.dart_tool/
tmp
# Docker 환경 설정 (비밀 아님)
!.env.docker.*
!.env.rpi5
!.env.opi5
# CHIP SDK binaries (built from connectedhomeip, 107MB)
flutter/android/app/libs/*.jar
flutter/android/app/libs/jniLibs/
yocto/sources/meta-rockchip.jeffycn/