From 1824e57c1d353ba610a3a2d9943d989582c12494 Mon Sep 17 00:00:00 2001 From: Math <175355178+maffeus@users.noreply.github.com> Date: Mon, 3 Mar 2025 23:06:57 -0300 Subject: [PATCH 1/2] Create Luau.gitignore --- Luau.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Luau.gitignore diff --git a/Luau.gitignore b/Luau.gitignore new file mode 100644 index 00000000..91cfa313 --- /dev/null +++ b/Luau.gitignore @@ -0,0 +1,9 @@ +# Code coverage +coverage.out + +# Profiling +profile.out +profile.svg + +# Time trace +trace.json From d4fe781ae8e0a4f93eff58a6f1e629200e7494fc Mon Sep 17 00:00:00 2001 From: Math <175355178+maffeus@users.noreply.github.com> Date: Fri, 7 Mar 2025 17:30:22 -0300 Subject: [PATCH 2/2] Add short description and link to Luau repo --- Luau.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Luau.gitignore b/Luau.gitignore index 91cfa313..f7ecbc96 100644 --- a/Luau.gitignore +++ b/Luau.gitignore @@ -1,3 +1,8 @@ +# A fast, small, safe, gradually typed embeddable scripting language derived from Lua +# +# https://github.com/luau-lang/luau +# https://luau.org/ + # Code coverage coverage.out