提交 103740bd 编写于 作者: J Joel Kuntz

Fix solution/project files for nested directories.

By having the leading `/` infront of the `*` makes these types of files relative to the directory the gitignore is in. If you create a Unity project inside of a git directory Unity forces you to create a new directory, thus not picking up these files.
上级 c6e6d99b
...@@ -4,14 +4,14 @@ ...@@ -4,14 +4,14 @@
[Bb]uild/ [Bb]uild/
# Autogenerated VS/MD solution and project files # Autogenerated VS/MD solution and project files
/*.csproj *.csproj
/*.unityproj *.unityproj
/*.sln *.sln
/*.suo *.suo
/*.user *.user
/*.userprefs *.userprefs
/*.pidb *.pidb
/*.booproj *.booproj
#Unity3D Generated File On Crash Reports #Unity3D Generated File On Crash Reports
sysinfo.txt sysinfo.txt
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册