From c2868681888fc17303b28bef3a1178aa38f48b90 Mon Sep 17 00:00:00 2001 From: Christoph Schmidt Date: Mon, 27 Apr 2026 09:08:49 +0200 Subject: [PATCH 1/2] Update the location of the set_up_dev_env script to actual location. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9165861..678013c 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ To propose a change to the website, follow these steps: 1. Open an issue to announce and discuss upcoming changes (optional, but recommended). 1. Fork and clone the repository. -1. Run `.//set_up_dev_env.sh` to set up the development environment and pre-commit hooks. +1. Run `.//utilities/set_up_dev_env.sh` to set up the development environment and pre-commit hooks. 1. Create a feature branch, where you will make any change. 1. To inspect your changes, navigate into the website source code directory and 1. for setup: run `bundle install` From ce10e3271e839f053b5646a3bdf6f33ab2ba559d Mon Sep 17 00:00:00 2001 From: Christoph Schmidt Date: Mon, 27 Apr 2026 09:09:30 +0200 Subject: [PATCH 2/2] Ignore directory created by pre-commit hooks for checks --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 65173df..1764149 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ _site .sass-cache .idea/ .jekyll-metadata +node_modules/ public/ vendor/ .bundle/ @@ -12,4 +13,4 @@ Gemfile.lock # Python *.pyc utilities/python-venv/* -*.egg-info/ \ No newline at end of file +*.egg-info/