1
0
mirror of https://github.com/github/gitignore synced 2024-11-22 19:54:22 +01:00

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.
This commit is contained in:
Joel Kuntz 2014-12-04 21:43:44 -04:00
parent c6e6d99b65
commit 103740bdb1

View File

@ -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