-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #98 from TheDuckCow/asset-lib-improvements
Improved install experience from Godot Asset Library
- Loading branch information
Showing
3 changed files
with
38 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,22 @@ | ||
|
||
# LFS attributes | ||
icon.png filter=lfs diff=lfs merge=lfs -text | ||
*.afdesign filter=lfs diff=lfs merge=lfs -text | ||
|
||
# Export ignores, so that these files are ignored when someone installs the | ||
# plugin from the Godot Asset Library. You can test the changes by | ||
# running: `git archive` | ||
/.gitattributes export-ignore | ||
/.github export-ignore | ||
/.gitignore export-ignore | ||
/.gutconfig.json export-ignore | ||
/CONTRIBUTING.md export-ignore | ||
/default_env.tres export-ignore | ||
/demo/ export-ignore | ||
/icon.png export-ignore | ||
/icon.png.import export-ignore | ||
/LICENSE export-ignore | ||
/project.godot export-ignore | ||
/README.md export-ignore | ||
/release.sh export-ignore | ||
/test/ export-ignore |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters