summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLASER-Yi <[email protected]>2021-08-29 23:17:53 +0800
committerLASER-Yi <[email protected]>2021-08-29 23:17:53 +0800
commitaa20633b64dfa20275e9134f6063bc6000323866 (patch)
tree171327b7fd1a29ec4e6de8c0f10611c385264e92
parent4887b3dcdd36da9a7637588aaeaa32c2e634953a (diff)
downloadbazarr-aa20633b64dfa20275e9134f6063bc6000323866.tar.gz
bazarr-aa20633b64dfa20275e9134f6063bc6000323866.zip
no log: Update gitignore list
-rw-r--r--.gitignore5
-rw-r--r--frontend/.gitignore4
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