diff options
author | timmywil <timmywillisn@gmail.com> | 2012-05-28 21:39:31 -0400 |
---|---|---|
committer | timmywil <timmywillisn@gmail.com> | 2012-05-28 21:39:31 -0400 |
commit | 9efad09d68db59ccbaa3626bbefe31b2b65fbcfb (patch) | |
tree | 87808907962dc59ee88ea8a4ccd796fb47b5a97e /.gitignore | |
parent | e9e12219796deeff75f70f4be375609ae6eb3283 (diff) | |
download | jquery-9efad09d68db59ccbaa3626bbefe31b2b65fbcfb.tar.gz jquery-9efad09d68db59ccbaa3626bbefe31b2b65fbcfb.zip |
Add .sizecache.json to the gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index ce1cd6ecc..e40d864aa 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,5 @@ dist *.patch /*.html .DS_Store -dist/.sizecache.json +build/.sizecache.json node_modules |