My repo consists of a main directory, that has directories in it, and then directories in that. How can I exclude a specific file type from all folders?
I tried including *.exe in the gitignore which is in the main directory, however it still pushes through .exe files that are for instance in mainfolder/secondfolder/thirdfolder/file.exe.
Any advice? Fairly new to this.
Thanks!