From 9ab1584123f6d8d3ef5d030d1b692807198cc3bd Mon Sep 17 00:00:00 2001 From: Rouven Weßling Date: Sat, 21 May 2011 16:12:12 +0200 Subject: Optimzie all images, saving up to 88%. --- images/.DS_Store | Bin 6148 -> 6148 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'images/.DS_Store') diff --git a/images/.DS_Store b/images/.DS_Store index 5008ddf..761a985 100644 Binary files a/images/.DS_Store and b/images/.DS_Store differ -- cgit v1.3.1 From 4c9b51d51c051e0172be3b6e52476fd771a171cb Mon Sep 17 00:00:00 2001 From: Rouven Weßling Date: Sat, 21 May 2011 16:19:40 +0200 Subject: Remove a .DS_Store file and ignore it in the future. --- .gitignore | 1 + images/.DS_Store | Bin 6148 -> 0 bytes 2 files changed, 1 insertion(+) delete mode 100644 images/.DS_Store (limited to 'images/.DS_Store') diff --git a/.gitignore b/.gitignore index ca35be0..9263a1e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ _site +.DS_Store diff --git a/images/.DS_Store b/images/.DS_Store deleted file mode 100644 index 761a985..0000000 Binary files a/images/.DS_Store and /dev/null differ -- cgit v1.3.1