diff options
author | Rick Waldron <waldron.rick@gmail.com> | 2012-05-28 22:20:37 -0400 |
---|---|---|
committer | Rick Waldron <waldron.rick@gmail.com> | 2012-05-28 22:20:37 -0400 |
commit | 82d4c72fb15edd91869afa01a5bca3af678852fb (patch) | |
tree | 2f20521addcb22341190cd14c4984841f38b585f /.gitignore | |
parent | 9efad09d68db59ccbaa3626bbefe31b2b65fbcfb (diff) | |
download | jquery-82d4c72fb15edd91869afa01a5bca3af678852fb.tar.gz jquery-82d4c72fb15edd91869afa01a5bca3af678852fb.zip |
Adds back dist/.sizecache.json; maintain build/.sizecache.json until build dir is removed
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e40d864aa..0973197c1 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,6 @@ dist *.patch /*.html .DS_Store +dist/.sizecache.json build/.sizecache.json node_modules |