From 3aa5ecbe172a33a918832ea1177425e36be09bd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sigui=20Kess=C3=A9=20Emmanuel?= Date: Fri, 16 Aug 2024 12:38:28 +0100 Subject: [PATCH] :see_no_evil: Restore the .gitignore file of JSR files --- .gitignore | 1 - jsr/.gitignore | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 jsr/.gitignore diff --git a/.gitignore b/.gitignore index ccb9b2a..426d295 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,6 @@ # Build /ts/ /js/ -/jsr/ /npm/ /tmp/ diff --git a/jsr/.gitignore b/jsr/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/jsr/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore