diff options
author | Szabolcs Szabolcsi-Toth <nec@shell8.net> | 2020-07-24 22:08:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-24 22:08:07 +0200 |
commit | bcdaf1481543457b097cc42be2f2a9ac3db110cf (patch) | |
tree | f151c1c6fd0124c3fe32f78d8286bae72d81104d /.npmignore | |
parent | 74b5d8d7b952ed6c4595448e3dfa66575f876d23 (diff) | |
download | jquery-ui-bcdaf1481543457b097cc42be2f2a9ac3db110cf.tar.gz jquery-ui-bcdaf1481543457b097cc42be2f2a9ac3db110cf.zip |
External: Add .npmignore file
Diffstat (limited to '.npmignore')
-rw-r--r-- | .npmignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.npmignore b/.npmignore new file mode 100644 index 000000000..39eafa1ae --- /dev/null +++ b/.npmignore @@ -0,0 +1,10 @@ +demos +tests +.editorconfig +.jscsrc +.jshintrc +.mailmap +.travis.yml +Gruntfile.js +.csslintrc +.gitattributes |