luau/.gitignore

17 lines
175 B
Text
Raw Normal View History

/build/
/build[.-]*/
/cmake/
/cmake[.-]*/
/coverage/
/.vs/
/.vscode/
/fuzz/luau.pb.*
/crash-*
/default.prof*
/fuzz-*
/luau
2022-08-04 15:35:33 -07:00
/luau-tests
/luau-analyze
2023-08-07 16:26:16 -07:00
/luau-compile
2022-07-28 21:24:07 -07:00
__pycache__