my problem is that when I try to do the following command on my terminal:
git clone https://github.com/DheltaHalo/test.git
It also clones the files that are supposed to be ignored by .gitignore.
I've read that if, for example, I have written in my .gitignore file *.txt
it should ignore all .txt
files, but when I clone it to my desktop it downloads those files as well.