This is an automated email from the ASF dual-hosted git repository.
mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git
The following commit(s) were added to refs/heads/trunk by this push:
new 694994edb ninja-fix – cannot gitignore /content/ bc it gets committed
to asf-staging and asf-site branches
694994edb is described below
commit 694994edbdc4ddce681502ea3e89844e239eed53
Author: mck <[email protected]>
AuthorDate: Tue Oct 29 21:07:28 2024 +0100
ninja-fix – cannot gitignore /content/ bc it gets committed to asf-staging
and asf-site branches
---
.gitignore | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/.gitignore b/.gitignore
index 49dde2251..2eaa5b60b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,9 +9,6 @@
/site-ui/node_modules/
/site-ui/public/
-/content/_/
-/content/assets/
-/content/doc/
-/content/index.html
-/content/search-index.js
-/content/404.html
\ No newline at end of file
+
+# we can't ignore the content directory as
+# the generated content gets committed on the asf-staging and asf-site
branches
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]