diff options
author | Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com> | 2012-04-18 16:07:35 -0400 |
---|---|---|
committer | Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com> | 2012-04-18 16:07:35 -0400 |
commit | 1434b5b56756d02190afe552b626823c97b11a49 (patch) | |
tree | 00f26bc3c5904fc94760b324e64d4850a98cd203 /.gitignore | |
parent | 9ebc27db54194c88fa7aed29a8c648c330300ac8 (diff) | |
download | jquery-1434b5b56756d02190afe552b626823c97b11a49.tar.gz jquery-1434b5b56756d02190afe552b626823c97b11a49.zip |
Initial grunt implementation
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index b3c047250..ce1cd6ecc 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ dist *.patch /*.html .DS_Store -build/.sizecache.json +dist/.sizecache.json +node_modules |