You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
10 lines
165 B
Plaintext
10 lines
165 B
Plaintext
# Ignore all screenshot files
|
|
*.raw
|
|
|
|
# Ignore converted PNG files (can be regenerated from .raw)
|
|
*.png
|
|
|
|
# Allow this .gitignore and README.md
|
|
!.gitignore
|
|
!README.md
|