7
7

More than 5 years have passed since last update.

Unity向け.gitignoreファイル (OSX,Xcode,Mono Developer利用)

Last updated at Posted at 2013-07-25

意外と出回ってないのでアップ
基本的にはgiboで作成して、mono developer分はあとで追加

これも必要というのがあったらコメントください。


.gitignore
### Unity

[Ll]ibrary/
[Tt]emp/
[Oo]bj/

*.csproj
*.unityproj
*.sln

#Unity User Specific
*.userprefs
*.usertasks

#Mono Developer Project Files
*.pidb
*.resources
test-results/

### iOS向けにXcodeプロジェクトを管理する場合(Xcodeのプロジェクト設定が必要な場合がある、とくにPluginを使っている場合、Splashの4inchがなぜか警告がでるので入れ替えたりとか)

# Xcode
.DS_Store
*/build/*
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
profile
*.moved-aside
DerivedData
.idea/
*.hmap


### OSX Mac用

.DS_Store
.AppleDouble
.LSOverride
Icon

# Thumbnails
._*

# Files that might appear on external disk
.Spotlight-V100
.Trashes
7
7
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
7
7