diff options
author | LASER-Yi <[email protected]> | 2021-03-27 20:10:36 +0800 |
---|---|---|
committer | LASER-Yi <[email protected]> | 2021-03-27 20:10:36 +0800 |
commit | 21a728c13bf98ef14ec531738965fbc4675c4429 (patch) | |
tree | 1d1bc81d4cca6c3e514e6baf86a1d604a03ec6d1 /.gitignore | |
parent | cf29c1437d96e6cb8a01fa6776b4c86b0b91fb08 (diff) | |
download | bazarr-21a728c13bf98ef14ec531738965fbc4675c4429.tar.gz bazarr-21a728c13bf98ef14ec531738965fbc4675c4429.zip |
Fix issues on automatic workflows and add ui to Github Release
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 325ee9aa5..540572f9f 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,8 @@ bazarr.pid /bin /.vscode +# CI +/__builds__ /package.json /package-lock.json |