luau/.gitignore

17 lines
175 B
Plaintext
Raw Normal View History

/build/
/build[.-]*/
/cmake/
/cmake[.-]*/
/coverage/
/.vs/
/.vscode/
/fuzz/luau.pb.*
/crash-*
/default.prof*
/fuzz-*
/luau
2022-08-05 06:35:33 +08:00
/luau-tests
/luau-analyze
2023-08-08 07:26:16 +08:00
/luau-compile
2022-07-29 12:24:07 +08:00
__pycache__