From 4d202954e81f5c67949e20a4e18bafcb4464d4ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Thu, 15 Sep 2016 00:30:15 +0200 Subject: [PATCH] add .gitattributes to mark leaflet files as vendored --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..4b4ca9fe --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +leaflet.js linguist-vendored +leaflet.editable.js linguist-vendored +leaflet.css linguist-vendored