Skip to content

Commit 73d7341

Browse files
committed
Update .gitignore to exclude nohup.out file
1 parent 2f64aae commit 73d7341

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@ docker-compose.local*.yml
5454
.vscode
5555

5656
#Python virtual nv
57-
python/venv/*
57+
python/venv/*
58+
nohup.out

0 commit comments

Comments
 (0)