From c18f838a29756b9ecfb58b883c156dd6e3b14c7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=BChl?= Date: Mon, 30 Sep 2024 19:28:12 +0200 Subject: [PATCH] Version 1.0.0 --- .gitattributes | 29 +++++++++++++++++++++++++++++ {(Images) => Images}/ExitGame.png | Bin {(Images) => Images}/LogOut.png | Bin README.md | 2 +- 4 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 .gitattributes rename {(Images) => Images}/ExitGame.png (100%) rename {(Images) => Images}/LogOut.png (100%) diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7887919 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,29 @@ +* text=auto + +# +# The above will handle all files NOT found below +# +# These files are text and should be normalized (Convert crlf => lf) +*.gitattributes text +.gitignore text +*.md text diff=markdown + +# +# Exclude files from exporting +# + +.gitattributes export-ignore +.gitignore export-ignore +*.md export-ignore + +# +# Enable syntax highlighting for files with `.gitattributes` extensions. +# +*.gitattributes linguist-language=gitattributes +*.gitattributes linguist-detectable=true +*.gitattributes linguist-documentation=false + +# +# Ignore Image folder +# +Images/ export-ignore diff --git a/(Images)/ExitGame.png b/Images/ExitGame.png similarity index 100% rename from (Images)/ExitGame.png rename to Images/ExitGame.png diff --git a/(Images)/LogOut.png b/Images/LogOut.png similarity index 100% rename from (Images)/LogOut.png rename to Images/LogOut.png diff --git a/README.md b/README.md index a38e0aa..a376b7f 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ > > | Version | Description | > | ------------- | ------------- | -> | 1.0.0 | A dialog for the "Log Out" / "Exit Game" process
![LogOut](https://github.com/Makume/LogOutWindow/blob/main/(Images)/LogOut.png) ![Exit Game](https://github.com/Makume/LogOutWindow/blob/main/(Images)/ExitGame.png)| +> | 1.0.0 | A dialog for the "Log Out" / "Exit Game" process
![LogOut](https://github.com/Makume/LogOutWindow/blob/main/Images/LogOut.png) ![Exit Game](https://github.com/Makume/LogOutWindow/blob/main/Images/ExitGame.png)|