LoginSignup
4
6

More than 5 years have passed since last update.

[Unity] git で管理する際の無視ファイル(.gitignore)設定

Last updated at Posted at 2014-12-18

色々見た結果, 下記に落ち着いた.

.gitignore
# for unity
[Tt]emp/
[Oo]bj/
[Ll]ibrary/
[Bb]uild/

# for VisualStudio/MonoDevelop
*.csproj
*.unityproj
*.sln
*.suo
*.user
*.userprefs
*.pidb
*.booproj
4
6
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
4
6