diff --git a/.cursor/rules/building.md b/.cursor/rules/building.md new file mode 100644 index 000000000..15326d9fa --- /dev/null +++ b/.cursor/rules/building.md @@ -0,0 +1,2 @@ +- To build and check the project, use ./check in the root folder (or check.bat on Windows) +- This will format files, then run lints and unit tests. diff --git a/.cursor/rules/testing.md b/.cursor/rules/testing.md deleted file mode 100644 index 47a530219..000000000 --- a/.cursor/rules/testing.md +++ /dev/null @@ -1,2 +0,0 @@ -- To build and check the project, use ./check(.bat) -- This will format files, then run lints and unit tests.