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.
|
2022-06-02 04:48:46 +02:00
|
|
|
/addons/gut export-ignore
|
|
|
|
/CHANGELOG.md export-ignore
|
|
|
|
/default_env.tres export-ignore
|
2021-07-18 19:27:25 +02:00
|
|
|
/docs export-ignore
|
|
|
|
/examples export-ignore
|
2022-06-02 04:48:46 +02:00
|
|
|
/export_presets.cfg export-ignore
|
2021-07-18 19:27:25 +02:00
|
|
|
/.gitattributes export-ignore
|
2022-06-02 04:48:46 +02:00
|
|
|
/.github export-ignore
|
2021-07-18 19:27:25 +02:00
|
|
|
/.gitignore export-ignore
|
|
|
|
/.gitmodules export-ignore
|
|
|
|
/icon.png export-ignore
|
|
|
|
/icon.png.import export-ignore
|
|
|
|
/.import export-ignore
|
2022-06-02 04:48:46 +02:00
|
|
|
/LICENSE.md export-ignore
|
|
|
|
/misc export-ignore
|
2021-07-18 19:27:25 +02:00
|
|
|
/project.godot export-ignore
|
|
|
|
/README.md export-ignore
|
2022-04-23 10:49:39 +02:00
|
|
|
/requirements.txt export-ignore
|
2022-06-02 04:48:46 +02:00
|
|
|
/test export-ignore
|
|
|
|
/themes export-ignore
|