From 3006639053f3aebbda5350631433d70448a47e40 Mon Sep 17 00:00:00 2001 From: FezVrasta Date: Sun, 5 Oct 2014 11:22:39 +0200 Subject: [PATCH] added ignore files list --- bower.json | 16 ++++++++++++++-- compile.json | 1 - 2 files changed, 14 insertions(+), 3 deletions(-) delete mode 100644 compile.json diff --git a/bower.json b/bower.json index d4f45d43..2da05081 100644 --- a/bower.json +++ b/bower.json @@ -7,8 +7,20 @@ ], "description": "Material Design theme for Bootstrap 3", "main": [ - "dist/css/material.css", - "dist/js/material.js" + "dist/css/material.css", + "dist/js/material.js" + ], + "ignore": [ + "test", + "screenshots", + "demo", + ".editorconfig", + ".gitignore", + ".jshintrc", + ".travis.yml", + "CONTRIBUTING.md", + "Gruntfile.json", + "index.html" ], "keywords": [ "material", diff --git a/compile.json b/compile.json deleted file mode 100644 index c2640a43..00000000 --- a/compile.json +++ /dev/null @@ -1 +0,0 @@ -{ "less": [] }