diff options
author | morpheus65535 <[email protected]> | 2021-03-25 10:31:08 -0400 |
---|---|---|
committer | morpheus65535 <[email protected]> | 2021-03-25 10:31:08 -0400 |
commit | 2edabe28dcfe87b097962cd7e0dca01d80f9187b (patch) | |
tree | 71d1397ba983f24a174e112d882b1ed12dfb45c2 /.gitignore | |
parent | 9cb66f860316ee70105ee98ba3e08cebf338a376 (diff) | |
download | bazarr-2edabe28dcfe87b097962cd7e0dca01d80f9187b.tar.gz bazarr-2edabe28dcfe87b097962cd7e0dca01d80f9187b.zip |
Removed build from .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 469e651be..5cb010fcd 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,6 @@ bazarr.pid # Frontend node_modules -frontend/build frontend/dist frontend/*.local frontend/.eslintcache |