mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +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
|
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore
|
||||||
#
|
#
|
||||||
/[Ll]ibrary/
|
[Ll]ibrary/
|
||||||
/[Tt]emp/
|
[Tt]emp/
|
||||||
/[Oo]bj/
|
[Oo]bj/
|
||||||
/[Bb]uild/
|
[Bb]uild/
|
||||||
/[Bb]uilds/
|
[Bb]uilds/
|
||||||
/[Ll]ogs/
|
[Ll]ogs/
|
||||||
/[Uu]ser[Ss]ettings/
|
[Uu]ser[Ss]ettings/
|
||||||
|
|
||||||
# MemoryCaptures can get excessive in size.
|
# MemoryCaptures can get excessive in size.
|
||||||
# They also could contain extremely sensitive data
|
# They also could contain extremely sensitive data
|
||||||
@ -26,6 +26,9 @@
|
|||||||
# Visual Studio cache directory
|
# Visual Studio cache directory
|
||||||
.vs/
|
.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 cache directory
|
||||||
.gradle/
|
.gradle/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user