/ .gitattributes
.gitattributes
1  # Normalize line endings for all files that Git considers text files.
2  * text=auto eol=lf
3  
4  # Only include the addons folder when downloading from the Asset Library.
5  /**        export-ignore
6  /addons    !export-ignore
7  /addons/** !export-ignore