From 0f74ce28a62193059c777ea4928875b044b5f0fe Mon Sep 17 00:00:00 2001 From: Allink Date: Sat, 21 May 2022 18:23:18 +0100 Subject: [PATCH] Add run/ to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 629e03e..d3ee570 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ target/ .classpath .project *.iml -.theia/ \ No newline at end of file +.theia/ +run/ \ No newline at end of file