godot-xterm/.gitattributes
Leroy Hopson d702021d02
Add only Hack Regular font and default themes to archive
Keeps the archive small and licensing simpler.
Keep around the fancy fonts such as Noto Color Emoji and Unifont as they
are useful for testing.
With the xrdb import plugin making it easy to import themes, there is
little point in keeping other pre-defined themes around, so remove
these.
2021-07-23 08:37:48 +07:00

47 lines
1.2 KiB
Text

# Properly detect languages on Github.
*.h linguist-language=cpp
*.gd linguist-language=GDScript
# 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
# 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
/themes export-ignore
/.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