Skip to content

Commit

Permalink
Merge pull request #7 from myyk/fix-gitattributes
Browse files Browse the repository at this point in the history
Fix gitattributes
  • Loading branch information
myyk authored May 1, 2024
2 parents a788cb2 + 28cf641 commit 711165e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
20 changes: 4 additions & 16 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,7 @@
* text=auto eol=lf

# Only include the addons folder when downloading from the Asset Library.
.gdlintrc export-ignore
.gitattributes export-ignore
.github/ export-ignore
.gitignore export-ignore
.runsettings export-ignore
.runsettings-ci export-ignore
LICENSE export-ignore
README.md export-ignore
icon.jpg export-ignore
icon.jpg.import export-ignore
plugin-updater.json export-ignore
project.godot export-ignore
scripts/ export-ignore
test/ export-ignore

addons/gdUnit4 export-ignore
/** export-ignore
/addons !export-ignore
/addons/plugin_updater !export-ignore
/addons/plugin_updater/** !export-ignore
2 changes: 1 addition & 1 deletion addons/plugin_updater/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="plugin_updater"
description="A plugin for plugin makers to give their plugins an easy in-editor updating."
author="myyk"
version="1.1.2"
version="1.1.3"
script="plugin_updater.gd"

0 comments on commit 711165e

Please sign in to comment.