mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
d702021d02
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.
47 lines
1.2 KiB
Text
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
|