Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
.nuxt
.nitro
.cache
.dev-test
.dev-downloads
.vitepress/cache
doc/node_modules
dist

# Agents
Expand All @@ -22,6 +26,11 @@ logs
.fleet
.idea

# Secrets
CREDENTIALS.txt
secrets/
docker/pgbouncer/userlist.txt

# Local env files
.env
.env.*
Expand Down
9 changes: 9 additions & 0 deletions .gitignore.public
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
.nuxt
.nitro
.cache
.dev-test
.dev-downloads
.vitepress/cache
doc/node_modules
dist

# Agents
Expand All @@ -22,6 +26,11 @@ logs
.fleet
.idea

# Secrets
CREDENTIALS.txt
secrets/
docker/pgbouncer/userlist.txt

# Local env files
.env
.env.*
Expand Down
15 changes: 2 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,18 +391,6 @@ Trackarr is built on the shoulders of giants. We'd like to thank the following o

---

---

---

---

---

---

---

<!-- CONTRIBUTORS:START -->

## 👥 Contributors
Expand All @@ -411,7 +399,8 @@ Thanks to all our contributors! Sorted by number of commits.

| Avatar | Contributor | Commits |
| :---------------------------------------------------------------------------------------------------------------: | --------------------------------------- | :-----: |
| <img src="https://avatars.githubusercontent.com/u/64362443?v=4" width="40" height="40" style="border-radius:50%"> | **[IkiaeM](https://github.com/IkiaeM)** | 2 |
| <img src="https://avatars.githubusercontent.com/u/50747004?v=4" width="40" height="40" style="border-radius:50%"> | **[Dim145](https://github.com/Dim145)** | 4 |
| <img src="https://avatars.githubusercontent.com/u/64362443?v=4" width="40" height="40" style="border-radius:50%"> | **[IkiaeM](https://github.com/IkiaeM)** | 4 |

<!-- CONTRIBUTORS:END -->

Expand Down
Loading