-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- remove __pycache__ at exit - don't print backtrace on ^C - add commands: doit analyze doit test doit exec doit build_apk doit wipe - use LongRunning() - add more doit files to .gitignore - use doit on CI - separate CI jobs for desktop & android
- Loading branch information
Showing
3 changed files
with
93 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,6 +55,4 @@ app.*.map.json | |
/app | ||
|
||
# doit related | ||
.doit.db.bak | ||
.doit.db.dat | ||
.doit.db.dir | ||
.doit.db* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters