From ecd64df6b190a7eaafa3e54b1565e11a01b771ab Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 26 Dec 2025 23:32:09 +0000 Subject: [PATCH] Initial commit --- .gitignore | 32 ++++++++++++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 35 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7832407 --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# ---> Backup +*.bak +*.gho +*.ori +*.orig +*.tmp + +# ---> MicrosoftOffice +*.tmp + +# Word temporary +~$*.doc* + +# Word Auto Backup File +Backup of *.doc* + +# Excel temporary +~$*.xls* + +# Excel Backup File +*.xlk + +# PowerPoint temporary +~$*.ppt* + +# Visio autosave temporary files +*.~vsd* + +# ---> LibreOffice +# LibreOffice locks +.~lock.*# + diff --git a/README.md b/README.md new file mode 100644 index 0000000..6910eed --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# education + +Group all academic tracking here. Use folders to separate by child and level. \ No newline at end of file