Skip to content

Commit f38d3ca

Browse files
committed
UPM 2019.3
1 parent c477b02 commit f38d3ca

File tree

191 files changed

+6827
-21368
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+6827
-21368
lines changed

.gitignore

+59-14
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,59 @@
1-
# Ignore everything. We'll whitelist what we want to pull in.
2-
/*
3-
/*/
4-
5-
# Git meta files
6-
!.gitignore
7-
!.gitattributes
8-
!README.md
9-
10-
# Whitelisted directories/files
11-
!/ProjectSettings/
12-
!/Assets/
13-
/Assets/*
14-
!/Assets/Tayx/
1+
# This .gitignore file should be placed at the root of your Unity project directory
2+
#
3+
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
4+
#
5+
/[Ll]ibrary/
6+
/[Tt]emp/
7+
/[Oo]bj/
8+
/[Bb]uild/
9+
/[Bb]uilds/
10+
/[Ll]ogs/
11+
/[Mm]emoryCaptures/
12+
13+
# Asset meta data should only be ignored when the corresponding asset is also ignored
14+
!/[Aa]ssets/**/*.meta
15+
16+
# Uncomment this line if you wish to ignore the asset store tools plugin
17+
# /[Aa]ssets/AssetStoreTools*
18+
19+
# Autogenerated Jetbrains Rider plugin
20+
[Aa]ssets/Plugins/Editor/JetBrains*
21+
22+
# Visual Studio cache directory
23+
.vs/
24+
25+
# Gradle cache directory
26+
.gradle/
27+
28+
# Autogenerated VS/MD/Consulo solution and project files
29+
ExportedObj/
30+
.consulo/
31+
*.csproj
32+
*.unityproj
33+
*.sln
34+
*.suo
35+
*.tmp
36+
*.user
37+
*.userprefs
38+
*.pidb
39+
*.booproj
40+
*.svd
41+
*.pdb
42+
*.mdb
43+
*.opendb
44+
*.VC.db
45+
46+
# Unity3D generated meta files
47+
*.pidb.meta
48+
*.pdb.meta
49+
*.mdb.meta
50+
51+
# Unity3D generated file on crash reports
52+
sysinfo.txt
53+
54+
# Builds
55+
*.apk
56+
# *.unitypackage
57+
58+
# Crashlytics generated file
59+
crashlytics-build.properties
Binary file not shown.
Binary file not shown.

Assets/Tayx/Graphy - Ultimate Stats Monitor/Scene.meta

-9
This file was deleted.

Assets/Tayx/Graphy - Ultimate Stats Monitor/Scene/Audio.meta

-9
This file was deleted.
Binary file not shown.

Assets/Tayx/Graphy - Ultimate Stats Monitor/Scene/Audio/Morning_Dew.mp3.meta

-22
This file was deleted.

Assets/Tayx/Graphy - Ultimate Stats Monitor/Scene/Audio/SFX.meta

-9
This file was deleted.

Assets/Tayx/Graphy - Ultimate Stats Monitor/Scene/Audio/SFX/158140__qubodup__epic-logo-intro-part-2-glass-and-machine_01.mp3.meta

-22
This file was deleted.

Assets/Tayx/Graphy - Ultimate Stats Monitor/Scene/Audio/SFX/170229__roachpowder__camera-shutter.aiff.meta

-22
This file was deleted.

Assets/Tayx/Graphy - Ultimate Stats Monitor/Scene/Audio/SFX/171697__nenadsimic__menu-selection-click.wav.meta

-22
This file was deleted.

Assets/Tayx/Graphy - Ultimate Stats Monitor/Scene/Audio/SFX/269180__mickleness__chat-message-1-incoming-message_01.mp3.meta

-22
This file was deleted.

Assets/Tayx/Graphy - Ultimate Stats Monitor/Scene/Audio/SFX/349501__cabled-mess__triangle-open-01_01.mp3.meta

-22
This file was deleted.

Assets/Tayx/Graphy - Ultimate Stats Monitor/Scene/Color Picker.meta

-9
This file was deleted.

0 commit comments

Comments
 (0)