From 262af44193031c1be7fe29261dbf47df91f3d2fa Mon Sep 17 00:00:00 2001 From: Allink Date: Tue, 2 Aug 2022 02:49:54 +0100 Subject: [PATCH] Add run/ to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ab48d38..69496a7 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,7 @@ Thumbs.db # Gradle /build/ /*/build/ -/.gradle/ \ No newline at end of file +/.gradle/ + +# Common working directory +run/ \ No newline at end of file