diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-10-03 20:13:46 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-10-03 20:13:46 -0400 |
commit | 58c6bd29b2efd14d7ae386124adf0750e6179370 (patch) | |
tree | 1b5b11cf9e4320440d5c28a76d304fd1eda369a0 /dichroism/.gitignore | |
parent | b08cfe37a28e7c84f754b4b75be9e2c1cec4ab22 (diff) | |
download | theglassyladies-58c6bd29b2efd14d7ae386124adf0750e6179370.tar.xz theglassyladies-58c6bd29b2efd14d7ae386124adf0750e6179370.zip |
added test for converting image uri to files, updated debug script
Diffstat (limited to 'dichroism/.gitignore')
-rw-r--r-- | dichroism/.gitignore | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dichroism/.gitignore b/dichroism/.gitignore index 82ce5a4..e3fef61 100644 --- a/dichroism/.gitignore +++ b/dichroism/.gitignore @@ -1,6 +1,5 @@ -/*.jpeg -/*.jpg -/*.png -/*.webp -image-uri.txt +*.jpeg +*.jpg +*.png +*.webp target/ |