From fe54a78fce20e6d4575bedbb502fae7d0e3226b6 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Fri, 23 Sep 2016 19:43:04 -0700 Subject: [PATCH] Update dot files. --- .gitattributes | 1 + .gitignore | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..176a458 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto diff --git a/.gitignore b/.gitignore index 6646b77..7235d29 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ +.DS_Store .zuul.yml +*.log +node_modules/ -- 2.34.1