Преглед изворни кода

Fixing .gitignore (#2531)

* Update Unity.gitignore

Prevents directories: `Library`
`Temp`
`Obj`
`Build`
`Builds`
`Assets/AssetStoreTools`
from being included in the remote if the project sits in the `Assets` folder.

* removed wildcards from Unity's .gitignore
pull/2532/head
Matthew Wallace пре 6 година
родитељ
комит
dc0ca6d8d5
1 измењених фајлова са 6 додато и 6 уклоњено
  1. 6
    6
      Unity.gitignore

+ 6
- 6
Unity.gitignore Прегледај датотеку

@@ -1,9 +1,9 @@
*/[Ll]ibrary/
*/[Tt]emp/
*/[Oo]bj/
*/[Bb]uild/
*/[Bb]uilds/
*/Assets/AssetStoreTools*
[Ll]ibrary/
[Tt]emp/
[Oo]bj/
[Bb]uild/
[Bb]uilds/
Assets/AssetStoreTools*

# Visual Studio 2015 cache directory
/.vs/

Loading…
Откажи
Сачувај