From 03bd3d6e11e5058728d71bb59d38ca0329991bd2 Mon Sep 17 00:00:00 2001 From: mirimatcode Date: Wed, 31 Jan 2024 19:54:12 +0100 Subject: [PATCH] Initial commit --- .gitignore | 41 +++++++++++++++++++++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 44 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2278abc --- /dev/null +++ b/.gitignore @@ -0,0 +1,41 @@ +# ---> Linux +*~ + +# temporary files which can be created if a process still has a handle open of a deleted file +.fuse_hidden* + +# KDE directory preferences +.directory + +# Linux trash folder which might appear on any partition or disk +.Trash-* + +# .nfs files are created when an open file is removed but is still being accessed +.nfs* + +# ---> Windows +# Windows thumbnail cache files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + diff --git a/README.md b/README.md new file mode 100644 index 0000000..543f01b --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# HowTo + +Lista di comandi utili \ No newline at end of file