From 808b8623678ca1ee6c46e6a3664ef42d0b84f264 Mon Sep 17 00:00:00 2001 From: Krisztian Molnar <krisztian_molnar@epam.com> Date: Fri, 24 Jun 2022 17:52:43 +0200 Subject: [PATCH] added .dockerignore and .gitattributes --- .dockerignore | 5 +++++ .gitattributes | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 .dockerignore create mode 100644 .gitattributes diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 000000000..feeebf636 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,5 @@ +**/*.md +**/*.yml +**/*.yaml +**/Dockerfile +.* diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..8e66562ab --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text=auto eol=lf +*.java binary -- GitLab