Add additional files that should be ignored by FolderJournal

This commit is contained in:
Micah Jerome Ellison 2023-03-02 09:54:42 -08:00
parent 16be83d0d0
commit ba3622f08f
3 changed files with 10 additions and 2 deletions

View file

@ -0,0 +1,4 @@
[2022-03-02 9:25:00 AM] This file should be ignored (month)
This text file is in a folder journal's month directory ("2020/09"), but it's not in the file name format used by jrnl for folder journal entries, so it should be ignored.
This file should not ever appear in a test.

View file

@ -0,0 +1,4 @@
[2022-03-02 9:25:00 AM] This file should be ignored (year)
This text file is in a folder journal's year directory ("2020"), but it's not in the file name format used by jrnl for folder journal entries, so it should be ignored.
This file should not ever appear in a test.

View file

@ -1,4 +1,4 @@
[2022-03-02 9:25:00 AM] This file should be ignored.
This text file is in a folder journal's directory, but it's not in the file name format used by jrnl for folder journal entries, so it should be ignored.
[2022-03-02 9:25:00 AM] This file should be ignored (root)
This text file is in a folder journal's root directory, but it's not in the file name format used by jrnl for folder journal entries, so it should be ignored.
This file should not ever appear in a test.