From d11f5060455742650c38da27c1e50e57c61b4a4b Mon Sep 17 00:00:00 2001 From: Erik Forkalsrud Date: Sun, 11 Jan 2009 22:12:32 -0800 Subject: [PATCH] added .gitignore and example hidden propeties --- .gitignore | 2 ++ photos/album.properties | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d913617 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +target + diff --git a/photos/album.properties b/photos/album.properties index e216262..5d7d45d 100644 --- a/photos/album.properties +++ b/photos/album.properties @@ -1 +1,3 @@ file.l1000729.jpg.caption=Test caption! +file.IMG_0139.JPG.hidden=false +dir.portraits.hidden=false