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$
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$