luau/.gitignore
2024-05-29 13:50:14 +08:00

17 lines
184 B
Text

/build/
/build[.-]*/
/cmake/
/cmake[.-]*/
/coverage/
/.vs/
/.vscode/
/.xmake/
/fuzz/luau.pb.*
/crash-*
/default.prof*
/fuzz-*
/luau
/luau-tests
/luau-analyze
/luau-compile
__pycache__