I have a giant directory which I need to import into git, and I am suffering the hell of line ending management.
Initially I need to just put everything inside the repo, having no time to deal with line endings. To get that, I added a .gitattributes file with * -text, but that doesn't solve the problem because there are lots of subdirectories containing modules with their own .gitattributes files and text=auto.
Is there any way to get all the files inside the repo with no more struggle?
.gitattributes? That's where things like* -textgo ... not in.gitignore.