chore: add files from IsaacScript 3.6.45 template

This commit is contained in:
2023-05-17 21:31:44 -03:00
commit 55c38bed69
24 changed files with 9630 additions and 0 deletions

20
.gitattributes vendored Normal file
View File

@@ -0,0 +1,20 @@
# Prevent Windows systems from cloning this repository with "\r\n" line endings.
core.autocrlf=false
# Prevent people from making merge commits:
# https://www.endoflineblog.com/gitflow-considered-harmful
pull.rebase=true
# Convert all files to use "\n" line endings.
* text=auto eol=lf
# Specify the file type for some binary files to prevent Git from changing the line endings upon
# cloning the repository.
*.mp3 binary
*.png binary
*.wav binary
# Specify the file type for some files that GitHub will not automatically characterize properly.
# https://github.com/github/linguist/blob/master/lib/linguist/languages.yml
.vscode/*.json linguist-language=JSON-with-Comments
tsconfig*.json linguist-language=JSON-with-Comments