forked from ramapcsx2/gbs-control
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Link to the new documentation in readme"
This reverts commit 4659904. Revert "Removed coffee link, thanks for the support!" This reverts commit e3b4d2b. Revert "Create GitHub pages with migrated wiki (ramapcsx2#372) (ramapcsx2#373)" This reverts commit 5831a6d.
- Loading branch information
Showing
156 changed files
with
57,070 additions
and
1,141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,24 @@ | ||
# Auto detect text files and perform LF normalization | ||
.gitattributes export-ignore | ||
.gitignore export-ignore | ||
.git export-ignore | ||
|
||
# Set default behaviour, in case users don't have core.autocrlf set. | ||
* text=auto | ||
|
||
# Explicitly declare text files we want to always be normalized and converted | ||
# to native line endings on checkout. | ||
*.c text | ||
*.cpp text | ||
*.h text | ||
*.hpp text | ||
*.txt text | ||
*.rst text | ||
*.ino text | ||
|
||
# Declare files that will always have CRLF line endings on checkout. | ||
*.sln text eol=crlf | ||
|
||
# Denote all files that are truly binary and should not be modified. | ||
*.png binary | ||
*.jpg binary | ||
*.gz binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
custom: https://www.buymeacoffee.com/ramapcsx2 |
Oops, something went wrong.