From f56825bf73ee501744e09bab679c025356da0da0 Mon Sep 17 00:00:00 2001 From: Nik Butenko Date: Wed, 30 Sep 2015 22:11:37 +1000 Subject: [PATCH] Add .npmignore --- .editorconfig | 3 +++ .npmignore | 6 ++++++ bower.json | 8 ++++++++ 3 files changed, 17 insertions(+) create mode 100644 .npmignore diff --git a/.editorconfig b/.editorconfig index 407f794..0f1d01b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,3 +17,6 @@ insert_final_newline = true [*.md] trim_trailing_whitespace = false + +[{package.json,bower.json}] +indent_size = 2 diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..0899475 --- /dev/null +++ b/.npmignore @@ -0,0 +1,6 @@ +/.*/ +/example/ +/test/ +/.* +/bower.json +/karma.conf.js diff --git a/bower.json b/bower.json index b3309da..1860b7b 100644 --- a/bower.json +++ b/bower.json @@ -4,6 +4,14 @@ "description": "Modern copy to clipboard. No Flash. Just 2kb", "license": "MIT", "main": "dist/clipboard.js", + "ignore": [ + "/.*/", + "/example/", + "/test/", + "/.*", + "/bower.json", + "/karma.conf.js" + ], "keywords": [ "clipboard", "copy",