From 3604a9027f7b8361a77a7408d8ad86977604fbe9 Mon Sep 17 00:00:00 2001 From: Ryan Fox Date: Wed, 24 Jun 2020 20:04:18 +0000 Subject: [PATCH] Add mcsrc to .gitignore I usually symlink the generated Minecraft source code to a folder inside my project so that I can view them easier. It comes in handy. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 249ce68..602fb73 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .gradle/ build/ +mcsrc/ run/