Doing things with stuff
Pycharm exclude files from beeing synchronized
When running on a slower system or laptop synchronizing can take some time when you have a lot of binary files. The solution is to exclude them.
Settings -> Deployment -> Exclude items by name:
For example:
.svn;.cvs;.idea;.DS_Store;.git;.hg;*/DbaseAssets/Images/*;*/DbaseAssets/Sounds/*;*/builder/*/App
Leave a Reply