diff options
author | Thomas Park <thomas@thomaspark.co> | 2015-09-12 15:29:18 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.co> | 2015-09-12 15:29:18 -0400 |
commit | f6d93c740dcd22d761a74ef68af8cf726cf9e892 (patch) | |
tree | c49458bf76225a0f3515c23149a03f9a92b0cd41 /.npmignore | |
parent | c7a908ca7802021d985b125f4447e4c8f753f94c (diff) |
add npmignore, closes #512
Diffstat (limited to '.npmignore')
-rw-r--r-- | .npmignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.npmignore b/.npmignore new file mode 100644 index 00000000..aa057303 --- /dev/null +++ b/.npmignore @@ -0,0 +1,21 @@ +2/ +api/ +assets/ +bower_components/ +custom/ +default/ +global/ +help/ +tests/ +_config.yml +.bowerrc +.gitignore +.travis.yml +bower.json +CNAME +composer.json +favicon.ico +Gemfile +Gruntfile.js +index.html +*/index.html |