mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-12 05:44:32 +00:00
[FEATURE] Ignore the LeetCode directory when building DIRECTORY.md
#154
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Panquesito7 on GitHub (Mar 29, 2023).
Originally assigned to: @Panquesito7 on GitHub.
Detailed description
The LeetCode folder should be ignored while building the
DIRECTORY.mdfile.There's already a
DIRECTORY.mdfile for the LeetCode directory. We do not want duplicates.Context
This would reduce the length of the root
DIRECTORY.mdfile and keep things clean, as there's already a directory file in the LeetCode directory (as I explained above).Possible implementation
Exclude the LeetCode directory while building the
DIRECTORY.mdfile.Additional information
Working on this.