mirror of
https://github.com/github/gitignore
synced 2024-11-22 03:34:23 +01:00
Update Unity.gitignore
-Added line 29 and 30 because generation of a .vsconfig file is just to ensure Visual Studio installation is compatible. This is autogenerated when started Unity. -Eliminated first slash from: /[Ll]ibrary/ /[Tt]emp/ /[Oo]bj/ /[Bb]uild/ /[Bb]uilds/ /[Ll]ogs/ /[Uu]ser[Ss]ettings/ Because git keeps tracking those folders. But if you use: [Ll]ibrary/ [Tt]emp/ [Oo]bj/ [Bb]uild/ [Bb]uilds/ [Ll]ogs/ [Uu]ser[Ss]ettings/ Won't track it.
This commit is contained in:
parent
4488915eec
commit
1ea2ba7002
@ -2,13 +2,13 @@
|
||||
#
|
||||
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore
|
||||
#
|
||||
/[Ll]ibrary/
|
||||
/[Tt]emp/
|
||||
/[Oo]bj/
|
||||
/[Bb]uild/
|
||||
/[Bb]uilds/
|
||||
/[Ll]ogs/
|
||||
/[Uu]ser[Ss]ettings/
|
||||
[Ll]ibrary/
|
||||
[Tt]emp/
|
||||
[Oo]bj/
|
||||
[Bb]uild/
|
||||
[Bb]uilds/
|
||||
[Ll]ogs/
|
||||
[Uu]ser[Ss]ettings/
|
||||
|
||||
# MemoryCaptures can get excessive in size.
|
||||
# They also could contain extremely sensitive data
|
||||
@ -26,6 +26,9 @@
|
||||
# Visual Studio cache directory
|
||||
.vs/
|
||||
|
||||
# Generation of a .vsconfig file is just to ensure Visual Studio installation is compatible. This is autogenerated when started Unity
|
||||
*.vsconfig
|
||||
|
||||
# Gradle cache directory
|
||||
.gradle/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user