Skip to content

Commit cd7fe1f

Browse files
authored
Merge pull request #3 from tannewt/polish
Begin polishing up bitmap font
2 parents 39458dc + 7feddf5 commit cd7fe1f

21 files changed

+1484
-95
lines changed

.gitignore

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
1+
*.mpy
2+
.idea
13
__pycache__
2-
4+
_build
5+
*.pyc
6+
.env
7+
build*
8+
bundles
9+
*.DS_Store
10+
.eggs
11+
dist
12+
**/*.egg-info
13+
*.bdf
14+
*.pcf
15+
*.ttf

0 commit comments

Comments
 (0)