From 06b27db256bf8f7c8026694bde1971b6a1a98abd Mon Sep 17 00:00:00 2001 From: Torrin Leonard <82110564+torrinworx@users.noreply.github.com> Date: Thu, 21 Oct 2021 22:48:25 -0400 Subject: [PATCH] testing something --- .gitignore | 6 +++--- DNA-Generator.py | 5 +---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 988ab3b..dbb115d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -.blend -.blend1 -.json \ No newline at end of file +*.blend +*.blend1 +*.json \ No newline at end of file diff --git a/DNA-Generator.py b/DNA-Generator.py index 44b8e57..56f5134 100644 --- a/DNA-Generator.py +++ b/DNA-Generator.py @@ -198,7 +198,4 @@ def clearNFTRecord(AREYOUSURE): with open(file_name, 'w') as outfile: ledger.clear() outfile.close() -#clearNFTRecord() - - -print("Testing if .gitignore works with the .blend file") \ No newline at end of file +#clearNFTRecord() \ No newline at end of file