This is an automated email from the ASF dual-hosted git repository. carlosrovira pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit 36152d947be8810bb3f7ef559136ef362e0fac18 Author: Carlos Rovira <[email protected]> AuthorDate: Fri Sep 28 01:07:12 2018 +0200 add ws to .gitignore --- .gitignore | 1 + royale-asjs.code-workspace | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 69498fb..946cd70 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ # VSCode conf files **/.vscode/** +*.code-workspace # building diff --git a/royale-asjs.code-workspace b/royale-asjs.code-workspace index fe9d77e..e6d8c7d 100644 --- a/royale-asjs.code-workspace +++ b/royale-asjs.code-workspace @@ -5,6 +5,9 @@ }, { "path": "frameworks/themes/JewelTheme" + }, + { + "path": "examples/royale/JewelExample" } ] } \ No newline at end of file
