Skip to content

Commit

Permalink
Remove the temporary nohup.out artifact and update .gitignore to excl…
Browse files Browse the repository at this point in the history
…ude it (#66)

* Remove the temporary artifact nohup.out

* update .gitignore to exclude nohup output
  • Loading branch information
chriwill authored Nov 1, 2024
1 parent e527187 commit 9d09916
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
.idea/
build/
*.class

# output from nohup
nohup.out
1 change: 0 additions & 1 deletion nohup.out

This file was deleted.

0 comments on commit 9d09916

Please sign in to comment.