This is an automated email from the ASF dual-hosted git repository.
aloalt pushed a commit to branch website-new
in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git
The following commit(s) were added to refs/heads/website-new by this push:
new e0c2df1 jekyll setup
e0c2df1 is described below
commit e0c2df15ec8b04624f354ed13f26c8a77027814e
Author: 2pk03 <[email protected]>
AuthorDate: Mon Mar 6 12:16:19 2023 +0100
jekyll setup
---
.gitignore | 6 +++++-
wayang-website/.gitignore | 5 -----
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/.gitignore b/.gitignore
index be0443a..22158dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,6 @@
+_site
+.sass-cache
+.jekyll-cache
+.jekyll-metadata
+vendor
node_modules/
-.git/
diff --git a/wayang-website/.gitignore b/wayang-website/.gitignore
deleted file mode 100644
index f40fbd8..0000000
--- a/wayang-website/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-_site
-.sass-cache
-.jekyll-cache
-.jekyll-metadata
-vendor