From 4091c54e36d26f03c0c5ef0e81c6877a553bbd18 Mon Sep 17 00:00:00 2001 From: bvanroll Date: Fri, 25 Apr 2025 20:52:52 +0200 Subject: [PATCH] ok --- .gitignore | 2 ++ compile.sh | 2 +- public/notes/test.md | 0 3 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 public/notes/test.md diff --git a/.gitignore b/.gitignore index aca0eaf..729d8f9 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,8 @@ yarn-error.log* lerna-debug.log* .pnpm-debug.log* +public/notes/* + # Diagnostic reports (https://nodejs.org/api/report.html) report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json diff --git a/compile.sh b/compile.sh index 8972936..b0828f1 100755 --- a/compile.sh +++ b/compile.sh @@ -1,7 +1,7 @@ for entry in notes/* do echo $entry - git log --follow --format=%ad --date=format:'%Y-%m-%d' -- $entry + test=`git log --follow --format=%ad --date=format:'%Y-%m-%d' -- $entry` echo $test done diff --git a/public/notes/test.md b/public/notes/test.md deleted file mode 100644 index e69de29..0000000