Skip to content

Commit 5b0261b

Browse files
authored
Merge pull request #4597 from m4fh/luau
Create Luau.gitignore
2 parents 0374636 + d4fe781 commit 5b0261b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Luau.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
6+
# Code coverage
7+
coverage.out
8+
9+
# Profiling
10+
profile.out
11+
profile.svg
12+
13+
# Time trace
14+
trace.json

0 commit comments

Comments
 (0)