diff --git a/.gitignore b/.gitignore
index 95fd55f..edaab24 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,10 @@
.nuxt
.nitro
.cache
+.dev-test
+.dev-downloads
+.vitepress/cache
+doc/node_modules
dist
# Agents
@@ -22,6 +26,11 @@ logs
.fleet
.idea
+# Secrets
+CREDENTIALS.txt
+secrets/
+docker/pgbouncer/userlist.txt
+
# Local env files
.env
.env.*
diff --git a/.gitignore.public b/.gitignore.public
index 95fd55f..edaab24 100644
--- a/.gitignore.public
+++ b/.gitignore.public
@@ -4,6 +4,10 @@
.nuxt
.nitro
.cache
+.dev-test
+.dev-downloads
+.vitepress/cache
+doc/node_modules
dist
# Agents
@@ -22,6 +26,11 @@ logs
.fleet
.idea
+# Secrets
+CREDENTIALS.txt
+secrets/
+docker/pgbouncer/userlist.txt
+
# Local env files
.env
.env.*
diff --git a/README.md b/README.md
index 0ad7a8c..a1d2371 100644
--- a/README.md
+++ b/README.md
@@ -391,18 +391,6 @@ Trackarr is built on the shoulders of giants. We'd like to thank the following o
---
----
-
----
-
----
-
----
-
----
-
----
-
## 👥 Contributors
@@ -411,7 +399,8 @@ Thanks to all our contributors! Sorted by number of commits.
| Avatar | Contributor | Commits |
| :---------------------------------------------------------------------------------------------------------------: | --------------------------------------- | :-----: |
-| {{ error }} | **[IkiaeM](https://github.com/IkiaeM)** | 2 |
+|
| **[Dim145](https://github.com/Dim145)** | 4 |
+|
| **[IkiaeM](https://github.com/IkiaeM)** | 4 |
diff --git a/app/components/EditTorrentModal.vue b/app/components/EditTorrentModal.vue
new file mode 100644
index 0000000..529c085
--- /dev/null
+++ b/app/components/EditTorrentModal.vue
@@ -0,0 +1,437 @@
+
+
+ Edit Torrent
+
+