diff options
author | Rick Waldron <waldron.rick@gmail.com> | 2012-06-05 13:10:01 -0400 |
---|---|---|
committer | Rick Waldron <waldron.rick@gmail.com> | 2012-06-05 13:10:01 -0400 |
commit | 8265fa08376343d04c7c8c4796ebd4dcc7e3d2e0 (patch) | |
tree | 6a8cc82806466450cffbdb435fc9f56de63af988 /.gitignore | |
parent | e0cdeac87b6063b5e5f27f852c6284de6db1e0ca (diff) | |
download | jquery-8265fa08376343d04c7c8c4796ebd4dcc7e3d2e0.tar.gz jquery-8265fa08376343d04c7c8c4796ebd4dcc7e3d2e0.zip |
Allow users to store custom dist destinations in dist/.destination.json
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0973197c1..9868a5369 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ dist *.patch /*.html .DS_Store +dist/.destination.json dist/.sizecache.json build/.sizecache.json node_modules |