From 8547c029831340d091a789187374d945ee2517fd Mon Sep 17 00:00:00 2001 From: enen92 <92enen@gmail.com> Date: Sat, 13 Mar 2021 17:54:29 +0000 Subject: [PATCH] Remove checksum generator for automatic submissions --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 3cca13d..ee40cd2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,4 +6,4 @@ test-requirements.txt export-ignore .pytest_cache export-ignore __pycache__ export-ignore .log export-ignore -entrychecksumgenerator.py \ No newline at end of file +entrychecksumgenerator.py export-ignore \ No newline at end of file