Skip to content

Commit

Permalink
Update .gitignore, add settings.ini to avoid NPE crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Kara Valentine committed Sep 26, 2017
1 parent 04b513d commit 0c29705
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ hs_err_pid*
out/
.idea/
*.iml
settings.ini
*.tsk
3 changes: 3 additions & 0 deletions settings.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SETTING:hideCompleted=true
SETTING:taskFile=jtask.tsk
SETTING:category=All Tasks

0 comments on commit 0c29705

Please sign in to comment.