From 018717ead78f960586bc13abe282422176191d17 Mon Sep 17 00:00:00 2001 From: 132nd-Professor <132nd-Professor> Date: Tue, 8 Jun 2021 22:24:16 +0200 Subject: [PATCH] gitignore: added release/ --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6116fd3..3019ce1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ *.zip.acmi *.txt.acmi +release/ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]