mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 14:25:44 +08:00
5cdea64b7a
https://learn.microsoft.com/en-us/cpp/build/cmake-projects-in-visual-studio?view=msvc-170#ide-integration Apparently ``/out`` is a default folder when opening the project as a CMake project in Visual Studio. Could it be added to the ``.gitignore`` please. ![image](https://github.com/user-attachments/assets/10add17c-bbfc-4811-8c43-0ed2e84c5b9e)
20 lines
195 B
Plaintext
20 lines
195 B
Plaintext
/build/
|
|
/build[.-]*/
|
|
/out
|
|
/cmake/
|
|
/cmake[.-]*/
|
|
/coverage/
|
|
/.vs/
|
|
/.vscode/
|
|
/fuzz/luau.pb.*
|
|
/crash-*
|
|
/default.prof*
|
|
/fuzz-*
|
|
/luau
|
|
/luau-tests
|
|
/luau-analyze
|
|
/luau-compile
|
|
__pycache__
|
|
.cache
|
|
.clangd
|