This website requires JavaScript.
Explore
Help
Sign in
pinetime
/
wasp-os
Watch
1
Star
0
Fork
You've already forked wasp-os
0
Code
Activity
d11e6eb4a1
wasp-os
/
.gitignore
8 lines
79 B
Text
Raw
Normal View
History
Unescape
Escape
gitignore: Hide binary files more thoroughly
2020-01-20 09:03:36 +01:00
*.hex
*.zip
gitignore: Ignore vim swap files
2020-01-28 22:27:02 +01:00
.*.swp
gitignore: Hide a cached Python bytecode
2020-01-31 20:21:58 +01:00
__pycache__
docs: Use sphinx to gather together all the wasp docs
2020-02-22 22:17:30 +01:00
docs/build
gitignore: Hide the attic/
2020-02-19 20:56:38 +01:00
attic/
wasp: Automatically generate watch.py for PineTime This should ensure that main.py is always up to date.
2020-04-11 22:12:18 +02:00
wasp/boards/pinetime/watch.py
Copy permalink