You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by jo...@apache.org on 2022/07/18 21:13:28 UTC

[royale-website] branch asf-staging created (now 45e26d62)

This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a change to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/royale-website.git


      at 45e26d62 .gitignore

This branch includes the following new commits:

     new 27b0516b .asf.yaml
     new 45e26d62 .gitignore

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[royale-website] 01/02: .asf.yaml

Posted by jo...@apache.org.
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 27b0516baa86c79c54c2e5870325b469e633be58
Author: Josh Tynjala <jo...@apache.org>
AuthorDate: Mon Jul 18 14:10:57 2022 -0700

    .asf.yaml
---
 .asf.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 00000000..4c39b075
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,3 @@
+staging:
+  profile: 11ty
+  whoami: asf-staging
\ No newline at end of file


[royale-website] 02/02: .gitignore

Posted by jo...@apache.org.
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 <jo...@apache.org>
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