Skip to content

Commit d62811d

Browse files
authored
Merge pull request #1 from tannewt/lint
Update to new build process and turn on lint.
2 parents 81e964d + fabbebd commit d62811d

19 files changed

+913
-880
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.eggs/
2+
*.egg-info/
3+
dist
4+
*.pyc
5+
_build/
6+
*.mpy
7+
.DS_Store
8+
.env
9+
build*
10+
bundles

0 commit comments

Comments
 (0)