0
0

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.

Android StudioのプロジェクトをSVNでバージョン管理する

Last updated at Posted at 2019-09-03

Android StudioプロジェクトをSVNで管理する際の除外するべきファイル郡を示します。
プロジェクトを作ると.gitignoreが自動生成されるのでgitでは簡単だがSVNではちょいと手順。

除外するべきものたち

.gitignoreが示す除外するべきものリスト
これらを除外しないで一緒にcheckoutしてしまうとビルドできない。svnの無視リストに追加しておく。

  • プロジェクト名.iml
  • .gradle
  • .idea
  • app/build
  • app/app.iml
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?