From 956472a316a4c025e271cc575c50a47ebc35e0fe Mon Sep 17 00:00:00 2001 From: Onur Kerimov Date: Tue, 24 Dec 2019 15:53:28 +0300 Subject: [PATCH] Modify ignore files, create .gitattributes --- .gitattributes | 2 ++ .gitignore | 0 .npmignore | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100755 .gitattributes mode change 100644 => 100755 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100755 index 000000000..dfe077042 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.npmignore b/.npmignore index 26373d5b2..13f8ac46e 100644 --- a/.npmignore +++ b/.npmignore @@ -2,9 +2,10 @@ node_modules/ .DS_Store *.log .gitignore +.gitattributes .git/ demo/ -webpack.config.js +webpack/ yarn.lock.js .postcssconfig .babelrc