From 52011ca2a575f4d11bdbbfe3853ec899ca21c026 Mon Sep 17 00:00:00 2001 From: Qboi123 Date: Wed, 12 Apr 2023 17:23:09 +0200 Subject: [PATCH] Add datagen cache to gitignore, --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d88ea5c90..752b10f75 100644 --- a/.gitignore +++ b/.gitignore @@ -129,4 +129,7 @@ run/ !*.ulan # Avoid ignoring libraries -!libs/* \ No newline at end of file +!libs/* + +# Cache +common/src/main/generated/resources/.cache \ No newline at end of file