Skip to content

Commit 6635ed8

Browse files
committed
added photos/ dir to repository to fix problem where photos would not save when dir not exist
1 parent eee87aa commit 6635ed8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@
3232
*.sqlite
3333

3434
# Pictures taken
35-
photos/
35+
*.jpg
36+
*.jpeg
37+
*.png
38+
3639

3740
# Logs
3841
logs/

photos/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Photos
2+
3+
This directory will be used for storing jpg images from the camera!

0 commit comments

Comments
 (0)