LoginSignup
22
27

More than 5 years have passed since last update.

Android Studioでバージョン管理下に置かないもの

Last updated at Posted at 2016-01-07

置かないもの(.gitignore)

*.iml
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
/captures

*.apk
*.ap_
*.dex
*.class
bin/
gen/
local.properties
.classpath
.project
proguard/
*.ipr
*.iws
app/build/

.idea/*.xml

!.idea/gradle.xml
!.idea/runConfigurations/*.xml

ひとこと

「置 」がゲシュタルト崩壊してきた

参考

http://gihyo.jp/dev/serial/01/android_studio/0034?page=1
http://android.benigumo.com/20130621/android-studio-%E3%81%A7-gitignore-%E3%81%AF%E3%81%A9%E3%81%86%E6%9B%B8%E3%81%84%E3%81%A8%E3%81%8F%E3%81%AE%E3%81%8C%E3%81%84%E3%81%84%E3%81%AE%E3%81%8B%E3%83%BC/

22
27
1

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
22
27