Luau.gitignore 236 B

1234567891011121314
  1. # A fast, small, safe, gradually typed embeddable scripting language derived from Lua
  2. #
  3. # https://github.com/luau-lang/luau
  4. # https://luau.org/
  5. # Code coverage
  6. coverage.out
  7. # Profiling
  8. profile.out
  9. profile.svg
  10. # Time trace
  11. trace.json