90-008 / 90-008/dynamic_water_2d
Consider adding a .gitattributes file
Open
- Dominant language
- GDScript
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Hey there! You may want to consider adding a .gitattributes file so that users download just your asset instead of the whole repo. It can be as simple as:
```
# Normalize line endings for all files that Git considers text files.
* text=auto eol=lf
# Only include the addons folder when downloading from the Asset Library.
/** export-ignore
/addons !export-ignore
/addons/** !export-ignore
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.