-
Notifications
You must be signed in to change notification settings - Fork 31
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
Stop distributing development files #143
Conversation
💡 There is a safeguard for this problem. |
@szepeviktor Thanks for the pull request and linking to your workflow file. The generated zip file contains a few files that are listed in the The affected files are:
I've hit a few road-blocks trying to figure it out, so would value any input. |
There is an option for that: https://git-scm.com/docs/git-archive#Documentation/git-archive.txt---add-fileltfilegt BTW .gitignore is unrelated to .gitattributes |
Isn't this covered by the |
Maybe. |
Resolves #97
Here is how to test.
git archive HEAD | tar --list