Static Jenkins Site Generator
- Private Jenkins job scraping w/API key
- Added Gilroy font to match main public website
- Link back to ONF website for products
- Add more products
Change-Id: I3ed2dc1e371c564ee483ab83fd110a88d818bca7
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5f6566e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,16 @@
+# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
+# SPDX-License-Identifier: Apache-2.0
+
+*.pyc
+.tox
+.coverage
+venv_*
+*.egg-info
+
+# directories with ephemeral info
+products
+site
+jobs
+
+# credentials
+credentials.yaml