You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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$
The text was updated successfully, but these errors were encountered:
Right now,
pcignore.txt
seems to work only with PlayCanvas git merging. Withpcignore.txt
being somewhat based off.gitignore
, I expected it would also ignore files when I ranpushAll
orpullAll
, but it does not. It would be nice if this was added.Use-Cases
pcconfig.json
pcignore.txt
Currently, the only way to do this is to modify the
PLAYCANVAS_BAD_FILE_REG
to specify that file -^\\.|~$|^pcconfig\\.json$
The text was updated successfully, but these errors were encountered: