diff options
author | LASER-Yi <[email protected]> | 2021-08-29 23:17:53 +0800 |
---|---|---|
committer | LASER-Yi <[email protected]> | 2021-08-29 23:17:53 +0800 |
commit | aa20633b64dfa20275e9134f6063bc6000323866 (patch) | |
tree | 171327b7fd1a29ec4e6de8c0f10611c385264e92 | |
parent | 4887b3dcdd36da9a7637588aaeaa32c2e634953a (diff) | |
download | bazarr-aa20633b64dfa20275e9134f6063bc6000323866.tar.gz bazarr-aa20633b64dfa20275e9134f6063bc6000323866.zip |
no log: Update gitignore list
-rw-r--r-- | .gitignore | 5 | ||||
-rw-r--r-- | frontend/.gitignore | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index f26da6724..702d69d74 100644 --- a/.gitignore +++ b/.gitignore @@ -21,8 +21,3 @@ VERSION # Allow !*.dll -# Frontend -node_modules -/frontend/dist -/frontend/*.local -/frontend/build diff --git a/frontend/.gitignore b/frontend/.gitignore new file mode 100644 index 000000000..d6633a06d --- /dev/null +++ b/frontend/.gitignore @@ -0,0 +1,4 @@ +node_modules +dist +*.local +build |