It's happened to me that either I update pycharm (and need to completely reinstall it e.g. M1 mac chip update) or I am about to create a new project that is going to share my folders (but not all) with my previous projects. It usually leads me spending a bunch of time re setting pycharm up e.g. resetting passwords, paths to folders for deployment (when pushing to remote on save), etc. This is time consuming and really annoying. Is there some type of pycharnm.config
file I save somewhere external to pycharm so to not lose it if I uninstall it or copy paste it to the new project to not redo the work?
How do I get my custom settings (especially from deployment stuff) in a modular way in PyCharm?
related:
- https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000081744-How-to-save-deployment-configuration-
- related in part with respect to the deployment: PhpStorm: How to export deployment settings from a project to another one?
- perhaps is in the
.idea
folder but none of the folders under my project have it! What is the .idea folder?