diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-11-15 10:23:23 -0500 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-11-15 10:32:13 -0500 |
commit | b04b3861802606a114c936e753c0f20da6e8b236 (patch) | |
tree | 8f1c12a7d7a03ee2f428b3fcdb9bc96dce38aa70 /.npmignore | |
parent | 6f74abb7bfd08f88c9f89e6840ec52cb4c38e133 (diff) | |
download | jquery-b04b3861802606a114c936e753c0f20da6e8b236.tar.gz jquery-b04b3861802606a114c936e753c0f20da6e8b236.zip |
Release script: Add .npmignore and keep .gitignore when creating the tag
Diffstat (limited to '.npmignore')
-rw-r--r-- | .npmignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.npmignore b/.npmignore new file mode 100644 index 000000000..916b4c532 --- /dev/null +++ b/.npmignore @@ -0,0 +1,11 @@ +.editorconfig +.gitattributes +.jscs.json +.jshintignore +.jshintrc +.mailmap +.travis.yml +/build +/speed +/test +/Gruntfile.js |