From ba31e0cbdb6511f120eadb642f04a646d93db86f Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Mon, 20 Jun 2022 21:31:49 +0100 Subject: [PATCH] .Gitignore * Exclude android building script from the game files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 28196774..4fb913fb 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,4 @@ lint.txt # Patches *.zip old-game/ +build_android.py