From a1d13b01c488da004236246aa4c6e7a170a3253f Mon Sep 17 00:00:00 2001 From: SireeKoolenWijkstra Date: Thu, 19 Dec 2024 10:31:27 +0100 Subject: [PATCH] build(release/241219): update .gitignore in order to release - update .gitignore so that build files are not included and Release-It does not think the working directory is not clean. --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 1e90b64..047202a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,21 @@ # Dependencies /node_modules +node_modules/ # Production /build +build/ # Generated files .docusaurus .cache-loader +# Ignore Husky internal files +.husky/_/ + +# Ignore IDE settings +.idea/ + # Misc .DS_Store .env.local