diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2016-05-25 14:58:21 +0200 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2016-05-25 16:42:20 -0400 |
commit | 6812ca4141180dbef6e088edc5a2a756eb0b6ce7 (patch) | |
tree | c794c26bab10ab884e60bce9afdf44ad24e9b91c /.gitignore | |
parent | 468f1e3abe0276cac203761bcfae55ae8e17a500 (diff) | |
download | jquery-ui-6812ca4141180dbef6e088edc5a2a756eb0b6ce7.tar.gz jquery-ui-6812ca4141180dbef6e088edc5a2a756eb0b6ce7.zip |
Build: Add bower_components to .gitignore
Ref gh-1706
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index a8b8bc7ce..a8423b607 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ dist +bower_components node_modules -.sizecache.json
\ No newline at end of file +.sizecache.json |