[PR #1240] [MERGED] fix: ignore the LeetCode folder on DIRECTORY.md #1830

Closed
opened 2026-01-29 15:25:07 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1240
Author: @Panquesito7
Created: 3/29/2023
Status: Merged
Merged: 3/31/2023
Merged by: @Panquesito7

Base: masterHead: ignore_leetcode


📝 Commits (6)

  • 2acf25c updating DIRECTORY.md
  • 94d0639 fix: ignore LeetCode folder while building...
  • 84e17ef updating DIRECTORY.md
  • 37e7821 Merge branch 'master' into ignore_leetcode
  • 3dcab07 updating DIRECTORY.md
  • bb3de34 Merge branch 'master' into ignore_leetcode

📊 Changes

2 files changed (+1 additions, -153 deletions)

View changed files

📝 .github/workflows/awesome_workflow.yml (+1 -1)
📝 DIRECTORY.md (+0 -152)

📄 Description

Description of Change

  • Ignore the LeetCode folder on DIRECTORY.md.

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Added tests and example, test must pass
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

Notes:


🔄 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/TheAlgorithms/C/pull/1240 **Author:** [@Panquesito7](https://github.com/Panquesito7) **Created:** 3/29/2023 **Status:** ✅ Merged **Merged:** 3/31/2023 **Merged by:** [@Panquesito7](https://github.com/Panquesito7) **Base:** `master` ← **Head:** `ignore_leetcode` --- ### 📝 Commits (6) - [`2acf25c`](https://github.com/TheAlgorithms/C/commit/2acf25ca7e72d0c6e27af787a68f988aebbed271) updating DIRECTORY.md - [`94d0639`](https://github.com/TheAlgorithms/C/commit/94d0639913e62f4a18760beb0f3dd8657c93b66b) fix: ignore LeetCode folder while building... - [`84e17ef`](https://github.com/TheAlgorithms/C/commit/84e17ef69cea898b70e37bf5eb2abfbaf9480f7f) updating DIRECTORY.md - [`37e7821`](https://github.com/TheAlgorithms/C/commit/37e7821803aae6461278597f713fba54f8faa7bb) Merge branch 'master' into ignore_leetcode - [`3dcab07`](https://github.com/TheAlgorithms/C/commit/3dcab07c8ede76e38fb3d682ac43584a166382cb) updating DIRECTORY.md - [`bb3de34`](https://github.com/TheAlgorithms/C/commit/bb3de34d879a0f4b554b7494f76f2e8ad6c451dd) Merge branch 'master' into ignore_leetcode ### 📊 Changes **2 files changed** (+1 additions, -153 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/awesome_workflow.yml` (+1 -1) 📝 `DIRECTORY.md` (+0 -152) </details> ### 📄 Description #### Description of Change <!-- Thank you for your Pull Request. Please provide a description above and review the requirements below. Contributors guide: https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md --> - Ignore the LeetCode folder on `DIRECTORY.md`. - Closes #1239. #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [x] Added description of change - [ ] ~Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#File-Name-guidelines)~ - [ ] ~Added tests and example, test must pass~ - [ ] ~Relevant documentation/comments is changed or added~ - [x] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#Commit-Guidelines) - [x] Search previous suggestions before making a new one, as yours may be a duplicate. - [x] I acknowledge that all my contributions will be made under the project's license. Notes: <!-- Please add a one-line description for developers or pull request viewers --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:25:07 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1830