公式ドキュメントHow to manage projects under Version Control Systems – IDEs Support (IntelliJ Platform) | JetBrainsによれば、PhpStormの.ideaディレクトリをチームで共有するなら、次のファイルをGitで管理すると良い。
- .ideaディレクトリ配下のすべてのファイル。ただし、ユーザ固有の設定を含むworkspace.xmlとusage.statistics.xml、tasks.xmlは除外する。
- すべての.imlモジュールファイル。
gitignore/JetBrains.gitignore at master · github/gitignoreを参考にgitignoreを設定すれば良さそう。