From 7620962c3cfe291ed5511e5e7a35643e2eae9fc1 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Thu, 25 Jan 2024 23:37:14 +0100 Subject: [PATCH] Add .gitattributes Signed-off-by: Sven Strickroth --- .gitattributes | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..140a0f9c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,13 @@ +/COPYING text +/src/test/resources/org/owasp/html/* text eol=lf +.gitattributes text +.gitignore text +*.html text +*.java text +*.js text +*.json text +*.md text +*.sh text +*.txt text +*.xml text +*.yml text