diff options
author | Aki <please@ignore.pl> | 2023-04-05 21:40:09 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2023-04-05 21:40:09 +0200 |
commit | 9c863e9851cfe36bd2101d63a3db767738066331 (patch) | |
tree | f11aa03d99378c3c97e50d8e1e71666bd030b7c0 /.gitignore | |
parent | 9578d46e006efed6b0ea465cd4a809214d45a3ac (diff) | |
download | waterspout-radar-9c863e9851cfe36bd2101d63a3db767738066331.zip waterspout-radar-9c863e9851cfe36bd2101d63a3db767738066331.tar.gz waterspout-radar-9c863e9851cfe36bd2101d63a3db767738066331.tar.bz2 |
Configuration path may now be passed through environment
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,6 +3,6 @@ __pycache__/ build*/ dist/ .venv/ -dev.conf .env +*.conf *.json |