Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Makume committed Sep 30, 2024
1 parent e5784f9 commit c18f838
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
>
> | Version | Description |
> | ------------- | ------------- |
> | 1.0.0 | A dialog for the "Log Out" / "Exit Game" process <br/>![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 <br/>![LogOut](https://github.com/Makume/LogOutWindow/blob/main/Images/LogOut.png) ![Exit Game](https://github.com/Makume/LogOutWindow/blob/main/Images/ExitGame.png)|

0 comments on commit c18f838

Please sign in to comment.