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.
|
2024-02-17 23:50:38 +01:00
|
|
|
/addons/gd-plug export-ignore
|
2022-06-02 04:48:46 +02:00
|
|
|
/CHANGELOG.md export-ignore
|
|
|
|
/default_env.tres export-ignore
|
2021-07-18 19:27:25 +02:00
|
|
|
/docs export-ignore
|
2024-02-12 23:10:55 +01:00
|
|
|
/.env.example export-ignore
|
2021-07-18 19:27:25 +02:00
|
|
|
/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
|
2024-02-12 23:04:47 +01:00
|
|
|
/Justfile export-ignore
|
2022-06-02 04:48:46 +02:00
|
|
|
/LICENSE.md export-ignore
|
|
|
|
/misc export-ignore
|
2024-02-17 23:50:38 +01:00
|
|
|
/plug.gd export-ignore
|
|
|
|
/.plugged export-ignore
|
2024-02-12 21:50:18 +01:00
|
|
|
/.pre-commit-config.yaml 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
|