Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature added 'rm-gitignore' #38

Closed
wants to merge 2 commits into from

Conversation

Sidharth-Singh10
Copy link

@Sidharth-Singh10 Sidharth-Singh10 commented Mar 15, 2024

Fixes #3
This pull request adds a script that uses find to locate all Git repositories within a directory and its subdirectories. It then iterates over each repository, changing into the repository's parent directory, and running git clean -Xdf to remove untracked files and directories.

scripts/rm-gitignore Outdated Show resolved Hide resolved
@rootCircle
Copy link
Member

Congrats on your PR @Sidharth-Singh10, there are some changes required please go through it

ping me here when you're done with those, so we can move forward with your PR!

@Sidharth-Singh10
Copy link
Author

@rootCircle
Completed the requested changes.

@rootCircle
Copy link
Member

LGTM 👍 Accepted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Write rm-gitignore script.
2 participants