Skip to content

Commit 2b8448f

Browse files
author
Stephen Hodgson
committed
Updated git ignore.
Updated Unity Editor version to 2017.1.1f1
1 parent 1c99f53 commit 2b8448f

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

.gitignore

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# =============== #
22
# Unity generated #
33
# =============== #
4-
Temp/
5-
Obj/
6-
Bin/
7-
Builds/
8-
UnityGenerated/
9-
Library/
10-
Assets/AssetStoreTools*
11-
App/
4+
[Tt]emp/
5+
[Oo]bj/
6+
[Bb]in/
7+
[Bb]uilds/
8+
[Bb]uild/
9+
[Ll]ibrary/
10+
[Aa]pp/
1211
UWP/
13-
/WindowsStoreApp
12+
WindowsStoreApp/
13+
UnityGenerated/
1414
project.json
1515
project.lock.json
1616

@@ -38,6 +38,12 @@ obj/
3838
*.log
3939
*.idb
4040
*.opendb
41+
4142
WSATestCertificate.pfx
4243
WSATestCertificate.pfx.meta
44+
45+
# ============================= #
46+
# Custom Project Specific Paths #
47+
# ============================= #
48+
Assets/AssetStoreTools*
4349
/Assets/HoloToolkit-Examples/FastConfigurableShader/Scenes/FastConfigurableTest

ProjectSettings/ProjectVersion.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
m_EditorVersion: 2017.1.0p5
1+
m_EditorVersion: 2017.1.1f1

0 commit comments

Comments
 (0)