hello
I wanna to ignore .gitignore action when cloning ?
for example)
Repository has following files.
A.txt B.o .gitignore <- .gitignore defines *.o
So my local repository has only A.txt when cloning.
But I want to have A.txt B.o .gitignore when cloning.
Thank you thenducks!