From 4a4ec413f1e45e12c30b3a58926c77a13a3fd3cd Mon Sep 17 00:00:00 2001 From: Demjan Kaluzki Date: Thu, 29 Nov 2018 13:47:30 +0100 Subject: [PATCH] [oxidio] exclude non-essential files from dist package --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..47f07352 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +* text=auto + +/build/ export-ignore +/grunt/ export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/Gruntfile.js export-ignore +/package.json export-ignore