author | Guiorgy
<Guiorgy123@gmail.com> 2025-08-02 17:20:24 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2025-08-03 09:19:07 UTC |
parent | 377cd2fe653ef5a6778513109fda2c0c6cb066d8 |
.gitattributes | +5 | -0 |
.gitignore | +1 | -0 |
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0047ebb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Force Unix style line endings for files that will be copied into the Docker +# image. This is helpful when using git on Windows, as it prevents the wrong +# newlines to be copied inside the Docker image, which can cause scripts to +# fail to run. +docker/* text eol=lf diff --git a/.gitignore b/.gitignore index 408046a..c2d4851 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ # Exceptions to the rules above: files we care about that would otherwise be # excluded. !.gitignore +!.gitattributes !.clang-format !.github/