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