소스 검색

Unity: ignore Visual Studio 2015 cache directory

Since the version 5.2, Unity has used Visual Studio 2015 instead of MonoDevelop as default script editor in Windows.
This change may be helpful for Unity developers who use the recent version of Unity in Windows.
pull/2267/head
Taemin Hong 7 년 전
부모
커밋
0c0c3b6b85
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      Unity.gitignore

+ 3
- 0
Unity.gitignore 파일 보기

@@ -5,6 +5,9 @@
/[Bb]uilds/
/Assets/AssetStoreTools*

# Visual Studio 2015 cache directory
/.vs/

# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
.consulo/

Loading…
취소
저장