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

Feature Request - pcignore.txt works with pushAll and pullAll too #25

Open
Christopher-Hayes opened this issue Jul 16, 2021 · 0 comments

Comments

@Christopher-Hayes
Copy link

Right now, pcignore.txt seems to work only with PlayCanvas git merging. With pcignore.txt being somewhat based off .gitignore, I expected it would also ignore files when I ran pushAll or pullAll, but it does not. It would be nice if this was added.

Use-Cases

  • Prevent pushing a file like pcconfig.json
  • Hide some files or folders locally that maybe aren't ready for production, but I may want to add back into the project at a later date by updating the pcignore.txt

Currently, the only way to do this is to modify the PLAYCANVAS_BAD_FILE_REG to specify that file - ^\\.|~$|^pcconfig\\.json$

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

No branches or pull requests

1 participant