From 28ec55295f12c9ee7daffa2fadad87a841bdca26 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Sun, 15 May 2022 04:29:47 -0500 Subject: [PATCH] Added crash reports to .gitignore. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 391ca70..5d64908 100644 --- a/.gitignore +++ b/.gitignore @@ -187,4 +187,5 @@ logs/ world/ local/ dynmap.db -./*.json \ No newline at end of file +./*.json +crash-reports \ No newline at end of file