/ .gitattributes
.gitattributes
1 # Normalize EOL for all files that Git considers text files. 2 * text=auto eol=lf 3 4 # Ignore everything 5 /** export-ignore 6 7 # Only allow addons folder to be downloaded 8 /addons !export-ignore 9 /addons/** !export-ignore 10 11 #Ignore QPM addon. I hope.. 12 /addons/QuickPluginManager export-ignore 13