-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
95 lines (81 loc) · 1.68 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
#Sources:
#https://github.com/github/gitignore/blob/master/Unity.gitignore
#https://github.com/Microsoft/HoloToolkit-Unity/blob/master/.gitignore
#https://github.com/Microsoft/GalaxyExplorer/blob/master/.gitignore
#https://gist.github.com/Ikalou/197c414d62f45a1193fd
# =============== #
# Unity generated #
# =============== #
Mista/[Ll]ibrary/
Mista/[Tt]emp/
Mista/[Oo]bj/
Mista/[Bb]uild/
Mista/[Bb]uilds/
Mista/Assets/AssetStoreTools*
Mista/Bin/
Mista/UnityGenerated/
Mista/Assets/AssetStoreTools*
#Unity UWP generated (UPW folder might be partialy includet in the future see Microsoft/GalaxyExplorer/)
Mista/UWP/
project.json
project.lock.json
#Folder for generated UWP App to export to hololens
Hololens Test/App/
# Unity3D Generated File On Crash Reports
sysinfo.txt
# Unity3D generated meta files (Monodevelop)
*.pidb.meta
# Builds
*.apk
*.unitypackage
# ===================================== #
# Visual Studio / MonoDevelop generated #
# ===================================== #
.vs/
ExportedObj/
obj/
*.svd
*.userprefs
/*.csproj
*.csproj
*.pidb
*.suo
/*.sln
*.sln
*.user
*.unityproj
*.ipch
*.opensdf
*.sdf
*.obj
*.tlog
*.log
*.idb
*.opendb
WSATestCertificate.pfx
WSATestCertificate.pfx.meta
# ===================================== #
# Windows generated #
# ===================================== #
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# Windows shortcuts
*.lnk
# ============ #
# iOS generated #
# ============ #
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes