diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-10-27 11:20:13 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-10-27 11:20:13 -0400 |
commit | 8848132bdd9c0e30b5ec0b656af90063344095ce (patch) | |
tree | 36ab8fe6e30c87baab26c26152a10653a9356d22 /sitestatic/.gitignore | |
parent | 593fb6005cef063f9f35af8a4a71f4ec96654583 (diff) |
don't bundle the autogenerated js files
Diffstat (limited to 'sitestatic/.gitignore')
-rw-r--r-- | sitestatic/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sitestatic/.gitignore b/sitestatic/.gitignore new file mode 100644 index 00000000..14bd2d31 --- /dev/null +++ b/sitestatic/.gitignore @@ -0,0 +1,3 @@ +jquery-1.4.4.js +jquery-1.4.4.min.js +jquery.tablesorter.min.js |