Initial commit

This commit is contained in:
KOWX712
2024-10-16 03:59:37 +08:00
committed by GitHub
commit a9f48ed7f6
17 changed files with 930 additions and 0 deletions

9
.gitattributes vendored Executable file
View File

@@ -0,0 +1,9 @@
# Declare files that will always have LF line endings on checkout.
*.sh text eol=lf
*.prop text eol=lf
*.md text eol=lf
*.xml text eol=lf
META-INF/** text eol=lf
# Denote all files that are truly binary and should not be modified.
common/addon/**/tools/** binary