Skip to content

Commit

Permalink
Fixing .gitignore (github#2531)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
matzar authored and shiftkey committed Nov 29, 2017
1 parent 86e0154 commit dc0ca6d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Unity.gitignore
Original file line number Diff line number Diff line change
@@ -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/
Expand Down

0 comments on commit dc0ca6d

Please sign in to comment.