16
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

PhpStormの.ideaをgitで共有する

Last updated at Posted at 2018-11-27

公式ドキュメント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を設定すれば良さそう。

16
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
16
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?