[PR #3964] [CLOSED] ignore #4476

Closed
opened 2026-02-22 18:35:54 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3964
Author: @jannikhst
Created: 6/6/2025
Status: Closed

Base: masterHead: master


📝 Commits (10+)

  • 0502049 Create traefik.compose.yml
  • d42c4bd Delete README.md
  • e30c656 Update German translations in common.js for onboarding and user setup
  • 5a24bd8 Refactor DefaultChatContainer by removing unused imports and simplifying message handling; update German translations for welcome messages.
  • ba71d2c Remove Chinese README and pull request template files
  • a7d0821 Add .gitkeep to preserve the storage directory in Git
  • 145a576 Improve en locale
  • f5b98af Update .gitignore to exclude docker storage directory; replace and remove various image assets
  • 92d3fc4 Refactor footer links to use anchor tags and update translations; remove unused features from ExploreFeatures and Home components.
  • 7fdd880 Refactor and update various components to remove references to AnythingLLM; improve localization and descriptions; update email contacts.

📊 Changes

104 files changed (+2128 additions, -2784 deletions)

View changed files

.github/FUNDING.yml (+0 -1)
.github/ISSUE_TEMPLATE/01_bug.yml (+0 -42)
.github/ISSUE_TEMPLATE/02_feature.yml (+0 -19)
.github/ISSUE_TEMPLATE/03_documentation.yml (+0 -13)
.github/ISSUE_TEMPLATE/config.yml (+0 -5)
.github/workflows/README.md (+135 -0)
.github/workflows/build-and-push-image.yaml (+0 -138)
📝 .github/workflows/docker-build-push.yml (+69 -31)
.github/workflows/docker-test-build.yml (+45 -0)
.github/workflows/sponsors.yaml (+0 -44)
📝 .gitignore (+1 -0)
README.md (+0 -291)
SECURITY.md (+0 -15)
docker/storage/.gitkeep (+1 -0)
docker/traefik.compose.yml (+41 -0)
📝 frontend/index.html (+12 -16)
📝 frontend/public/anything-llm-dark.png (+0 -0)
📝 frontend/public/anything-llm-light.png (+0 -0)
📝 frontend/src/components/DefaultChat/index.jsx (+22 -135)
📝 frontend/src/components/Footer/index.jsx (+12 -31)

...and 80 more files

📄 Description

delete pls


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/3964 **Author:** [@jannikhst](https://github.com/jannikhst) **Created:** 6/6/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`0502049`](https://github.com/Mintplex-Labs/anything-llm/commit/0502049dc5ddb089004e8d73b3252ad366606783) Create traefik.compose.yml - [`d42c4bd`](https://github.com/Mintplex-Labs/anything-llm/commit/d42c4bd08013e06019ad550049f4c638c57ac292) Delete README.md - [`e30c656`](https://github.com/Mintplex-Labs/anything-llm/commit/e30c656e9ecc32bba97301a3ebef4cab0e169b21) Update German translations in common.js for onboarding and user setup - [`5a24bd8`](https://github.com/Mintplex-Labs/anything-llm/commit/5a24bd808a91fef318635b17dd818d0b8e74f1bf) Refactor DefaultChatContainer by removing unused imports and simplifying message handling; update German translations for welcome messages. - [`ba71d2c`](https://github.com/Mintplex-Labs/anything-llm/commit/ba71d2c04c6e0cfe95233fe9a6a5fd1b3ecb1511) Remove Chinese README and pull request template files - [`a7d0821`](https://github.com/Mintplex-Labs/anything-llm/commit/a7d08210ab47702863e24428b66dbf73b3863bb1) Add .gitkeep to preserve the storage directory in Git - [`145a576`](https://github.com/Mintplex-Labs/anything-llm/commit/145a57662dc2d7312edac3d8f97867ce726eb6cb) Improve en locale - [`f5b98af`](https://github.com/Mintplex-Labs/anything-llm/commit/f5b98af600b15366a8aca4517d3131f9b3194293) Update .gitignore to exclude docker storage directory; replace and remove various image assets - [`92d3fc4`](https://github.com/Mintplex-Labs/anything-llm/commit/92d3fc4f7359c56ca608f2abb0eacf7b553b2039) Refactor footer links to use anchor tags and update translations; remove unused features from ExploreFeatures and Home components. - [`7fdd880`](https://github.com/Mintplex-Labs/anything-llm/commit/7fdd8801ad0fb55170e773b77b16fb6636ce8aa4) Refactor and update various components to remove references to AnythingLLM; improve localization and descriptions; update email contacts. ### 📊 Changes **104 files changed** (+2128 additions, -2784 deletions) <details> <summary>View changed files</summary> ➖ `.github/FUNDING.yml` (+0 -1) ➖ `.github/ISSUE_TEMPLATE/01_bug.yml` (+0 -42) ➖ `.github/ISSUE_TEMPLATE/02_feature.yml` (+0 -19) ➖ `.github/ISSUE_TEMPLATE/03_documentation.yml` (+0 -13) ➖ `.github/ISSUE_TEMPLATE/config.yml` (+0 -5) ➕ `.github/workflows/README.md` (+135 -0) ➖ `.github/workflows/build-and-push-image.yaml` (+0 -138) 📝 `.github/workflows/docker-build-push.yml` (+69 -31) ➕ `.github/workflows/docker-test-build.yml` (+45 -0) ➖ `.github/workflows/sponsors.yaml` (+0 -44) 📝 `.gitignore` (+1 -0) ➖ `README.md` (+0 -291) ➖ `SECURITY.md` (+0 -15) ➕ `docker/storage/.gitkeep` (+1 -0) ➕ `docker/traefik.compose.yml` (+41 -0) 📝 `frontend/index.html` (+12 -16) 📝 `frontend/public/anything-llm-dark.png` (+0 -0) 📝 `frontend/public/anything-llm-light.png` (+0 -0) 📝 `frontend/src/components/DefaultChat/index.jsx` (+22 -135) 📝 `frontend/src/components/Footer/index.jsx` (+12 -31) _...and 80 more files_ </details> ### 📄 Description delete pls --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:35:54 -05:00
yindo closed this issue 2026-02-22 18:35:54 -05:00
yindo changed title from [PR #3964] ignore to [PR #3964] [CLOSED] ignore 2026-06-05 15:18:46 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4476