chore: update .gitignore for v0.3.0 project structure
Add sdkconfig.defaults exclusion (generated by deploy.py). Clean up stale patterns from deleted tools.
This commit is contained in:
parent
31c312f085
commit
50c5eff77a
4
.gitignore
vendored
4
.gitignore
vendored
@ -2,6 +2,7 @@
|
||||
espilon_bot/build/
|
||||
espilon_bot/sdkconfig
|
||||
espilon_bot/sdkconfig.old
|
||||
espilon_bot/sdkconfig.defaults
|
||||
espilon_bot/.config
|
||||
espilon_bot/.config.old
|
||||
|
||||
@ -31,12 +32,9 @@ ENV/
|
||||
|
||||
# Tools - Python dependencies
|
||||
tools/C3PO/__pycache__/
|
||||
tools/flasher/__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Configuration files with secrets
|
||||
tools/flasher/devices.json
|
||||
tools/flasher/devices.*.json
|
||||
tools/C3PO/config.json
|
||||
tools/deploy.json
|
||||
**/config.local.json
|
||||
|
||||
Loading…
Reference in New Issue
Block a user