R
R
Rishat Sultanov2017-04-13 15:50:10
git
Rishat Sultanov, 2017-04-13 15:50:10

How to clean up all .gitignore files in a repository?

Good afternoon gentlemen :)
There is a Laravel project with .gitignore files in it.
How can I remove them all?
We are talking about an automated version, not pens.
Maybe there is a written script that runs through the repository and deletes all .gitignore files?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Burov, 2017-04-13
@rishatss

find -type f -name .gitignore -delete

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question