-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
37 lines (30 loc) · 755 Bytes
/
Copy path.gitignore
File metadata and controls
37 lines (30 loc) · 755 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
# OS / editor
.DS_Store
*.swp
*~
.idea/
*.log
# TuyaOpen IDE — machine-local devplat bridge (auto-generated)
.tuyaopen/ide/
# Device auth secrets — do not commit
source/embedded/include/tuya_config_secrets.h
source/embedded/src/tuya_config_secrets.h
**/tuya_config_secrets.h
# Embedded build artifacts
source/embedded/.build/
source/embedded/dist/
source/embedded/.cache/
source/embedded/.target_logging/
source/embedded/build_log.txt
# Miniapp deps & build output
source/miniapp/node_modules/
source/miniapp/dist/
source/miniapp/.ray/
# Local serial debug captures
serial-debug-*.txt
# Temp / scratch under .tuyaopen
.tuyaopen/tmp_*.json
.tuyaopen/_build_log.txt
.tuyaopen/*.schema.snap.json
# Local ESP serial captures
espa_to_tuya/esp_*.txt