diff options
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/ | ||