From e85636822db8de4934f999dc47ea8efddeb32d0e Mon Sep 17 00:00:00 2001 From: Ilir Bekteshi Date: Thu, 12 Mar 2020 13:54:22 +0100 Subject: [PATCH] Ignore files/dirs on export --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f5ae6e6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Ignore all files and folders that start with .; .circleci, .github, .git, etc. +# Warning! This will ignore files in subfolders as well. +# If you needs files starting with . then change condition below to be specific +# for each file and folder that needs to be ignored +.* export-ignore