11 lines
180 B
Plaintext
11 lines
180 B
Plaintext
|
# ignore code file
|
||
|
code.py
|
||
|
# ignore backup files
|
||
|
._*
|
||
|
# Mac OS stuff
|
||
|
.DS_Store
|
||
|
# ignore the ESP32 MicroPython binary
|
||
|
esp32*.bin
|
||
|
# ignore the development config file
|
||
|
config-dev.json
|