Initial check in

This commit is contained in:
2026-01-10 10:42:04 +01:00
commit 286fd56020
12 changed files with 540 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.pas text
*.dfm text
# Declare files that will always have CRLF line endings on checkout.
# Denote all files that are truly binary and should not be modified.
*.exe binary
*.res binary