Skip to content

Commit

Permalink
Update Unity.gitignore (github#2502)
Browse files Browse the repository at this point in the history
Prevents directories: `Library`
`Temp`
`Obj`
`Build`
`Builds`
`Assets/AssetStoreTools`
from being included in the remote if the project sits in the `Assets` folder.
  • Loading branch information
matzar authored and shiftkey committed Nov 29, 2017
1 parent 825714c commit e0c2bae
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 e0c2bae

Please sign in to comment.