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

The .gitignore of the generated project is wrong #2

Closed
konjacdesert opened this issue Aug 31, 2022 · 2 comments
Closed

The .gitignore of the generated project is wrong #2

konjacdesert opened this issue Aug 31, 2022 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@konjacdesert
Copy link

Currently the Packages/.gitignore generated by this tool is not functioning properly.

/*/
!com.vrchat.core.*/
com.vrchat.*/

I think the second and third lines are reversed.

@momo-the-monster
Copy link
Contributor

Thanks, @konjacdesert - we'll remove line 3 altogether.

@momo-the-monster momo-the-monster added this to the Release 1.0.1 milestone Sep 19, 2022
@momo-the-monster momo-the-monster self-assigned this Sep 19, 2022
@momo-the-monster momo-the-monster added the bug Something isn't working label Sep 19, 2022
@momo-the-monster
Copy link
Contributor

Fixed in next release by updating the logic which checks for the expected lines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants