From b500f4c6cc94dd4dd73c194e1fba8090c52d9eaa Mon Sep 17 00:00:00 2001 From: Dave Leaver Date: Tue, 10 Jul 2012 18:54:39 -0700 Subject: [PATCH] Initial commit --- .gitignore | 6 ++++++ README.md | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..9ac0ec3d0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Build Folders (you can keep bin if you'd like, to store dlls and pdbs) +bin +obj + +# mstest test results +TestResults \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 000000000..8f8294f51 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +Leaflet.markercluster +===================== + +Provides Marker Clustering functionality for Leaflet \ No newline at end of file