godot-xterm/.gitattributes
Leroy Hopson d784b53e25
Add GUT (CLI only) and remove gd-plug
Commit GUT directly to the git repo and remove gd-plug as it is no
longer required to install GUT.

Modify GUT to be used by command-line only.

For example:
```
cp test/.gutconfig.ci.json .gutconfig.json
godot --no-window -s addons/gut/gut_cmdln.gd
```
2022-07-11 09:33:00 +12:00

44 lines
1.1 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
/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
/project.godot export-ignore
/.github export-ignore
/.import export-ignore
/test export-ignore
/project.godot export-ignore
/default_env.tres export-ignore
/addons/gut export-ignore
/.gutconfig.json export-ignore
/README.md export-ignore
/LICENSE export-ignore
/misc export-ignore