diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..21e540e --- /dev/null +++ b/.gitignore @@ -0,0 +1,56 @@ +# Windows image file caches +# ========================= +Thumbs.db +ehthumbs.db + +# Folder config file +# ================== +Desktop.ini + +# Recycle Bin used on file shares +# =============================== +$RECYCLE.BIN/ + +# Windows Installer files +# ======================= + +# Windows shortcuts +# ================= +*.lnk + +# ======================= +# Operating System Files +# ======================= + +# OSX +# === + +.DS_Store +.AppleDouble +.LSOverride + +# Thumbnails +# ========== +._* + + +# ================= +# ignore all files +# ================= +*.bak +*.bat +*.csv +# *.7z +*.rar +*.zip +# *.exe +# dev_notes.txt +z*.* +# todo*.* +*-old.* + +# ======================================== +# ignore all files in any directory named +# ======================================== +# legacy/ +backup/ diff --git a/README.md b/README.md index 6d26479..4185cbe 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -![Latest Release](https://img.shields.io/static/v1?label=release&message=v1.0.0&color=darkred) ![Latest Release](https://img.shields.io/github/v/release/SpellholdStudios/ReadmeTemplate?include_prereleases&color=darkred) ![Platform](https://img.shields.io/static/v1?label=platform&message=windows%20%7C%20Mac%20%7C%20linux&color=informational) ![Language](https://img.shields.io/static/v1?label=language&message=English%20%7C%20French%20%7C%20German%20%7C%20Italian%20%7C%20Polish%20%7C%20Russian%20%7C%20Spanish&color=limegreen) diff --git a/mymod/mymod-config-default.ini b/mymod/mymod-config-default.ini index 0f2540c..07bf3da 100644 --- a/mymod/mymod-config-default.ini +++ b/mymod/mymod-config-default.ini @@ -1,4 +1,4 @@ -# mumod-config-defaut.ini : This file controls which installation options are enabled by default. +# mymod-config-defaut.ini : This file controls which installation options are enabled by default. # Do not modify this file manually unless you know what you are doing. # ini section header is required to avoid false detection diff --git a/mymod/readme/mymod-readme-english.html b/mymod/readme/mymod-readme-english.html index a032b31..4798756 100644 --- a/mymod/readme/mymod-readme-english.html +++ b/mymod/readme/mymod-readme-english.html @@ -73,6 +73,10 @@
+ Note: If you want to use more complex templates, please have a look here and here. +