Skip to content

Commit 7c082fc

Browse files
authored
Add 'nohup.out' to .gitignore (#54463)
1 parent 0773a61 commit 7c082fc

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
@@ -17,6 +17,7 @@ coverage/
1717
.node-version
1818
.linkinator/full.log
1919
next-env.d.ts
20+
nohup.out
2021

2122
# blc: broken link checker
2223
blc_output.log
@@ -56,4 +57,4 @@ assets/images/help/writing/unordered-list-rendered (1).png
5657
docs-internal-data/
5758

5859
# For intermediate data (like scraping for Elasticsearch indexing)
59-
tmp/
60+
tmp/

0 commit comments

Comments
 (0)