diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -7,8 +7,9 @@ /coverage # production -/build -/saves +/build/ +/saves/ +/__pycache__ # misc .DS_Store |
index : unicornpaint | ||
A pretty basic painting app for the Raspberry Pi Unicorn HD hat. Allows multiple people to paint at once & updates in real time. |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | .gitignore | 5 |
@@ -7,8 +7,9 @@ /coverage # production -/build -/saves +/build/ +/saves/ +/__pycache__ # misc .DS_Store |