From 3f478bb439852df9fc772fe41194e1f6bd6e3fdf Mon Sep 17 00:00:00 2001 From: John Hui <11800204+j-hui@users.noreply.github.com> Date: Mon, 7 Aug 2023 16:26:16 -0700 Subject: [PATCH] Add luau-compile to .gitignore (#995) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index af77f73c..528ab204 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,5 @@ /luau /luau-tests /luau-analyze +/luau-compile __pycache__