From 24607df8f303a2bf9fc75365b16ed00438fcaff4 Mon Sep 17 00:00:00 2001 From: Chris Galvan Date: Mon, 2 Aug 2021 14:02:39 -0500 Subject: [PATCH] Added .gitignore so that Script Canvas debug logs don't get picked up as untracked files. Signed-off-by: Chris Galvan --- Gems/ScriptCanvas/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 Gems/ScriptCanvas/.gitignore diff --git a/Gems/ScriptCanvas/.gitignore b/Gems/ScriptCanvas/.gitignore new file mode 100644 index 0000000000..7ae9da2d7f --- /dev/null +++ b/Gems/ScriptCanvas/.gitignore @@ -0,0 +1 @@ +Assets/Logs/ \ No newline at end of file