mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-03 20:14:22 +02:00
Add export ignored files to .gitattributes
Move THIRDPARTY_NOTICE files to addons/godot_xterm so they will be included with asset-lib downloads.
This commit is contained in:
parent
3e2162d366
commit
3e67cfd877
6 changed files with 69 additions and 3 deletions
31
.gitattributes
vendored
31
.gitattributes
vendored
|
@ -13,3 +13,34 @@
|
|||
*.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
|
||||
/.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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue