diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2013-11-15 15:50:31 +0100 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2013-11-15 15:50:31 +0100 |
commit | 21c218eabb933095d933c9fe3fa29dcd0aef35fe (patch) | |
tree | 141abf26a2dd4c1c5c562d450f632026bf9b0a8a /.gitignore | |
parent | 9aacb89f363dcaacfffcfe794ecf54b2c49e5b19 (diff) | |
download | jquery-21c218eabb933095d933c9fe3fa29dcd0aef35fe.tar.gz jquery-21c218eabb933095d933c9fe3fa29dcd0aef35fe.zip |
Keep bower_components in .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 35b0b4e56..993bce307 100644 --- a/.gitignore +++ b/.gitignore @@ -9,5 +9,6 @@ dist dist/.destination.json dist/.sizecache.json build/.sizecache.json +bower_components bower_modules node_modules |