playcanvas / playcanvas-sync

Real-time synchronization of files between PlayCanvas and your local machine
https://playcanvas.com/
MIT License
75 stars 19 forks source link

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

Open Christopher-Hayes opened 3 years ago

Christopher-Hayes commented 3 years ago

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

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