From 895fce7f07051384d5648dc46af512de7453b3b6 Mon Sep 17 00:00:00 2001 From: danix Date: Sat, 28 Jul 2018 11:48:35 +0200 Subject: [PATCH] added .gitattributes to not export git files --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..77a1867 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +.gitattributes export-ignore +.gitignore export-ignore +/i18n export-ignore +/js export-ignore -- 2.20.1