This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/royale-website.git
commit 45e26d6290d3508068f9cb94b3ef23599d933dfb Author: Josh Tynjala <[email protected]> AuthorDate: Mon Jul 18 14:13:16 2022 -0700 .gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..3d427b8b --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +node_modules/ +_site/ +.vscode/ +.DS_Store +Thumbs.db \ No newline at end of file
