From 0837489fc45797f33a270c0d2c3889d4ba29a437 Mon Sep 17 00:00:00 2001 From: Jason Coleman Date: Mon, 31 Dec 2018 11:18:19 -0500 Subject: [PATCH] Ignoring some more files when exporting --- .gitattributes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 4dcd93558..0d1af6730 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,9 @@ # Items to ignore when downloading a zip +.babelrc export-ignore .editorconfig export-ignore .gitattributes export-ignore -.gitignore export-ignore \ No newline at end of file +.gitignore export-ignore +package-lock.json export-ignore +package.json export-ignore +webpack.config.js export-ignore