diff --git a/Luau.gitignore b/Luau.gitignore new file mode 100644 index 00000000..f7ecbc96 --- /dev/null +++ b/Luau.gitignore @@ -0,0 +1,14 @@ +# 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 + +# Profiling +profile.out +profile.svg + +# Time trace +trace.json