From 2d4e239e99308a44af92e72fdd053bcf16daa380 Mon Sep 17 00:00:00 2001 From: "Sean S. LeBlanc" Date: Tue, 18 May 2021 13:51:01 -0400 Subject: [PATCH] Initial commit --- .gitattributes | 2 ++ .gitignore | 1 + 2 files changed, 3 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore 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..3c3629e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules