From b5aa73a3a53859899538111861e33d1fb2458422 Mon Sep 17 00:00:00 2001 From: Giovanni Condello Date: Wed, 7 Jun 2023 22:28:07 +0200 Subject: Add typescript support (#219) * Add typescript support * Make jekyll work on docker-compose on windows --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7c68ae8..02a683b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,6 @@ _site/ .jekyll-cache/ .jekyll-metadata Gemfile.lock -assets/js/zzzz-search-data.json \ No newline at end of file +assets/js/zzzz-search-data.json +node_modules/ +assets/js/generated -- cgit v1.2.3