Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.gitignore export-ignore
.gitattributes export-ignore
download.bat export-ignore
download.sh export-ignore
pyproject.toml export-ignore
Expand All @@ -7,4 +8,7 @@ README.md export-ignore
.vscode/ export-ignore
dev/ export-ignore
tests/ export-ignore
typings/ expot-ignore
typings/ export-ignore
*.py export-ignore
EEPROM/*.py export-ignore
pyproject.toml export-ignore
Comment on lines +13 to +14
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
*.pyc
*.pyo
*.mpy
HexManager.code-workspace
.deploy_state/test_device_download_state.json
.editorconfig
.venv/
.venv-wsl*/

Binary file added EEPROM/caffeine.mpy
Binary file not shown.
Binary file added EEPROM/gps.mpy
Binary file not shown.
Binary file added EEPROM/hexdrive.mpy
Binary file not shown.
Binary file added app.mpy
Binary file not shown.
Binary file added hexpansion_mgr.mpy
Binary file not shown.
Binary file added serialise_mgr.mpy
Binary file not shown.
Binary file added settings_mgr.mpy
Binary file not shown.
2 changes: 1 addition & 1 deletion tildagon.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ description = "tildagon app for managing hexpansion EEPROMs"
# increased, we interpret this as a new version being released.
#
# Version number must be a string in major.minor format (e.g. "1.3").
version = "0.2"
version = "0.3"
Loading