From 8a9b4d2a665f6ad4a9c0fad47d462d86660c2c73 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Mon, 30 Aug 2021 14:13:15 +0300 Subject: (1) Added templates --- .gitignore | 2 ++ Templates/Markdown Document.md | 0 Templates/OpenDocument Document.ott | Bin 0 -> 6678 bytes Templates/OpenDocument Presentation.otp | Bin 0 -> 9486 bytes Templates/OpenDocument Spreadsheet.ots | Bin 0 -> 6543 bytes 5 files changed, 2 insertions(+) create mode 100644 Templates/Markdown Document.md create mode 100644 Templates/OpenDocument Document.ott create mode 100644 Templates/OpenDocument Presentation.otp create mode 100644 Templates/OpenDocument Spreadsheet.ots diff --git a/.gitignore b/.gitignore index 654bab0..59fd5bb 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,8 @@ .local/share/* !.local/share/applications/ +!Templates + !.config/ .config/* !.config/dunst/ diff --git a/Templates/Markdown Document.md b/Templates/Markdown Document.md new file mode 100644 index 0000000..e69de29 diff --git a/Templates/OpenDocument Document.ott b/Templates/OpenDocument Document.ott new file mode 100644 index 0000000..4636548 Binary files /dev/null and b/Templates/OpenDocument Document.ott differ diff --git a/Templates/OpenDocument Presentation.otp b/Templates/OpenDocument Presentation.otp new file mode 100644 index 0000000..492799d Binary files /dev/null and b/Templates/OpenDocument Presentation.otp differ diff --git a/Templates/OpenDocument Spreadsheet.ots b/Templates/OpenDocument Spreadsheet.ots new file mode 100644 index 0000000..739a4a9 Binary files /dev/null and b/Templates/OpenDocument Spreadsheet.ots differ -- cgit v1.2.3