This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit 6b05958c89c281fd4ebe5f4063f1f14bf0956a60 Author: Josh Tynjala <[email protected]> AuthorDate: Mon Feb 2 15:18:35 2026 -0800 .gitignore: ignore royaleUnitDescriptor.xml generated for RoyaleUnit tests on AIR --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 02fefe30c1..8919eee229 100644 --- a/.gitignore +++ b/.gitignore @@ -158,4 +158,5 @@ npm/cli/test frameworks/projects/MXRoyale/.vscode .gitignore -.gitignore + +frameworks/projects/**/src/test/royale/royaleUnitDescriptor.xml \ No newline at end of file
