mirror of
https://github.com/AmberGraceRblx/luau-promise.git
synced 2025-04-24 15:50:01 +00:00
Add .gitignore and .luacov
This commit is contained in:
parent
3dda05030b
commit
3ca1885cc2
2 changed files with 10 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/luacov.*.out
|
9
.luacov
Normal file
9
.luacov
Normal file
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
include = {
|
||||
"^lib",
|
||||
},
|
||||
exclude = {
|
||||
"%.spec$",
|
||||
"_spec$",
|
||||
},
|
||||
}
|
Loading…
Reference in a new issue