diff options
author | B Stack <bgstack15@gmail.com> | 2021-02-25 17:02:46 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2021-02-25 17:02:46 -0500 |
commit | cc29a824e6d83164dab740cd98313a4795cf5e1f (patch) | |
tree | 1ebe5257c1fe5f7145ec044c880f5f9496d9acd1 /.gitignore | |
parent | initial commit (diff) | |
download | gallery-master.tar.gz gallery-master.tar.bz2 gallery-master.zip |
* Add ability to choose subdir name format.
* Add day (D) as a variable to use.
* Add ability to use other exif date tags, and filename, to determine
the date to use. Timestamp is a last-resort option only!
* Change output of the cli equivalent actions to stdout (from stderr).
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bee8a64 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__ |