From 32edb27d51ac197234467b97b1ca15c921cca55f Mon Sep 17 00:00:00 2001 From: Dillon Daudert Date: Thu, 13 Sep 2018 13:05:20 -0400 Subject: [PATCH] Initial commit --- .gitattributes | 2 ++ .gitignore | 4 ++++ README.md | 1 + 3 files changed, 7 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..381e0b6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.jl.cov +*.jl.*.cov +*.jl.mem +deps/deps.jl diff --git a/README.md b/README.md new file mode 100644 index 0000000..0928b5c --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# UMAP.jl