aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-07-15 13:23:41 -0400
committerB. Stack <bgstack15@gmail.com>2022-07-15 13:23:41 -0400
commit722a2f7b2d26004a69207d4f809596c9ad39e8bf (patch)
tree2e7bead2204c796684f097ba774e95f9b8b3e4a6 /.gitignore
downloadphotoprismpull-722a2f7b2d26004a69207d4f809596c9ad39e8bf.tar.gz
photoprismpull-722a2f7b2d26004a69207d4f809596c9ad39e8bf.tar.bz2
photoprismpull-722a2f7b2d26004a69207d4f809596c9ad39e8bf.zip
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..520ecc8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+photoprism-pull.sh
+__pycache__
+pwfile
+get-albums-*.sh
bgstack15