diff options
| author | Your Name <you@example.com> | 2026-05-15 13:06:25 +0530 |
|---|---|---|
| committer | Your Name <you@example.com> | 2026-05-15 13:06:25 +0530 |
| commit | 8a2307a5ced6da94cc674602219d5a68a1246264 (patch) | |
| tree | fe622a9960434fc3a42d3d1aa2ba748d804118fa /.gitignore | |
initiall commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7663a94 --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | .env | ||
| 2 | build/ | ||
| 3 | sdkconfig.old | ||
| 4 | managed_components/ | ||
| 5 | dependencies.lock | ||
| 6 | test-results/ | ||
| 7 | playwright-report/ | ||
| 8 | node_modules/ | ||
| 9 | *.pyc | ||
| 10 | __pycache__/ | ||
| 11 | *.o | ||
| 12 | *.bin | ||
| 13 | *.elf | ||
| 14 | *.map | ||
| 15 | NAND/ | ||