2021-07-17 06:58:36 +02:00
|
|
|
# Properly detect languages on Github.
|
|
|
|
*.h linguist-language=cpp
|
2021-07-16 13:36:24 +02:00
|
|
|
*.gd linguist-language=GDScript
|
2021-07-17 06:58:36 +02:00
|
|
|
|
|
|
|
# Normalize EOL for all files that Git considers text files.
|
|
|
|
* text=auto eol=lf
|
|
|
|
# The above only works properly for Git 2.10+, so for older versions
|
|
|
|
# we need to manually list the binary files we don't want modified.
|
|
|
|
*.dll binary
|
|
|
|
*.dylib binary
|
|
|
|
*.png binary
|
|
|
|
*.so binary
|
|
|
|
*.ttf binary
|
|
|
|
*.wasm binary
|
|
|
|
*.wav binary
|
2021-07-18 19:27:25 +02:00
|
|
|
|
|
|
|
# Files to exclude from asset-lib download.
|
|
|
|
/.github export-ignore
|
|
|
|
/addons/gd-plug export-ignore
|
|
|
|
/docs export-ignore
|
|
|
|
/examples export-ignore
|
|
|
|
/misc export-ignore
|
|
|
|
/test export-ignore
|
2021-07-21 17:15:06 +02:00
|
|
|
/themes export-ignore
|
2021-07-18 19:27:25 +02:00
|
|
|
/.gitattributes export-ignore
|
|
|
|
/.gitignore export-ignore
|
|
|
|
/.gitmodules export-ignore
|
|
|
|
/CHANGELOG.md export-ignore
|
|
|
|
/LICENSE.md export-ignore
|
|
|
|
/README.md export-ignore
|
|
|
|
/default_env.tres export-ignore
|
|
|
|
/export_presets.cfg export-ignore
|
|
|
|
/icon.png export-ignore
|
|
|
|
/icon.png.import export-ignore
|
|
|
|
/plug.gd export-ignore
|
|
|
|
/project.godot export-ignore
|
|
|
|
/.github export-ignore
|
|
|
|
/.import export-ignore
|
|
|
|
/test export-ignore
|
|
|
|
/project.godot export-ignore
|
|
|
|
/default_env.tres export-ignore
|
|
|
|
/.gutconfig.json export-ignore
|
|
|
|
/README.md export-ignore
|
|
|
|
/addons/gd-plug export-ignore
|
|
|
|
/plug.gd export-ignore
|
|
|
|
/LICENSE export-ignore
|
|
|
|
/misc export-ignore
|