From f703169a29d52a9f393cb2d050c3d728c6865c97 Mon Sep 17 00:00:00 2001 From: Iman Date: Wed, 15 May 2024 01:24:13 +0330 Subject: [PATCH] Create .gitattributes --- .gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..85baaf4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +# Path-based git attributes +# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html + +# Ignore all tests and documentation with "export-ignore". +/docs export-ignore +/.idea export-ignore +/tests export-ignore +/README.md export-ignore +/SECURITY.md export-ignore +/pint.json export-ignore +/.gitignore export-ignore +/.gitattributes export-ignore