Initial commit

(Multiplatform project template)
This commit is contained in:
Christian Basler
2024-04-29 17:14:43 +02:00
commit 1b9c8633c9
38 changed files with 949 additions and 0 deletions

9
.gitattributes vendored Normal file
View File

@@ -0,0 +1,9 @@
# Set the default behavior to normalize in repo and checkout with native line endings
* text=auto
# Declare files that will always have LF line endings on checkout.
*.sh text eol=lf
maven-wrapper.properties text eol=lf
# Declare files that will always have CRLF line endings on checkout.
*.bat text eol=crlf