Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude top level files from zip downloads #75

Merged
merged 1 commit into from
Apr 10, 2018
Merged

Conversation

cmfcmf
Copy link
Contributor

@cmfcmf cmfcmf commented Apr 10, 2018

export-ignoreing files with the .gitattributes file excludes files and folders from GitHub's .zip downloads. Cloning using Git is not affected and works as before.
This makes it easier to install the addon, because there is no need to uncheck unwanted files and folders from within Godot.
I've recently made the same change to Gut: bitwes/Gut#52

You can test this using the Download ZIP button of my fork: https://github.com/cmfcmf/godot-tiled-importer/tree/patch-1

`export-ignore`ing files with the `.gitattributes` files excludes files and folders from GitHub's .zip downloads. 
Cloning using Git is not affected and works as before.
This makes it easier to install, because there is no need to uncheck unwanted files and folders.
@vnen
Copy link
Owner

vnen commented Apr 10, 2018

Oh, didn't think about doing this. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants