mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-17 18:40:33 +00:00
05e9ca4646
* edgegap plugin from https://github.com/edgegap/edgegap-unity-plugin * newtonsoft.json plugin from https://github.com/JamesNK/Newtonsoft.Json/releases/tag/13.0.3 ( * fix stylesheet paths * version * fix stylesheet paths * syntax: remove redundant private identifiers * readme * syntax: use explicit type instead of var * syntax: remove redundant private identifiers * styling * rename folder * plugins * styles * readme updated * fix deprecated warning * mark mirror changes * naming * stylesheet path const * namespace Edgegap * remove unused imports * delete scenes * syntax * mirror.hosting.asmdef * only in editor * syntax * show error in error window * fix typo * syntax * RunCommand_DockerVersion helper to prepare for platform indepenent code * add logging * logging better * syntax * mac and linux cmd docker version support * syntax * improve error * syntax * check linux build support * detailed instructions * restart warning * gitignore builds * mirror change mark * docker build and push command platform independent * improve log * helpful docker daemon error * unauthorized access error
84 lines
1.5 KiB
Plaintext
84 lines
1.5 KiB
Plaintext
# Created by performance test
|
|
Assets/StreamingAssets/
|
|
Assets/StreamingAssets.meta
|
|
|
|
# =============== #
|
|
# Unity generated #
|
|
# =============== #
|
|
Source/Temp/
|
|
Source/Library/
|
|
Source/Logs/
|
|
UserSettings/Layouts
|
|
UserSettings/Search.settings
|
|
|
|
# ===================================== #
|
|
# Project specific #
|
|
# ===================================== #
|
|
Database.sqlite
|
|
Database/
|
|
Builds/
|
|
|
|
# ===================================== #
|
|
# Visual Studio / MonoDevelop / Rider #
|
|
# ===================================== #
|
|
ExportedObj/
|
|
obj/
|
|
*.svd
|
|
*.userprefs
|
|
/*.csproj
|
|
Source/Assembly-CSharp.csproj
|
|
Source/Assembly-CSharp-Editor.csproj
|
|
Source/Assembly-CSharp-firstpass.csproj
|
|
Source/Source.sln
|
|
*.pidb
|
|
*.suo
|
|
/*.sln
|
|
*.user
|
|
*.unityproj
|
|
*.booproj
|
|
Output/
|
|
bin/
|
|
.vs/
|
|
.vscode/
|
|
.idea/
|
|
Mirror/packages
|
|
.mfractor
|
|
|
|
# Unity generated
|
|
Library
|
|
Temp
|
|
UnityPackageManager
|
|
CodeCoverage
|
|
Logs
|
|
Obj
|
|
*.mdb
|
|
*.mdb.meta
|
|
ProjectSettings/Packages/com.unity.testtools.codecoverage/Settings.json
|
|
ProjectSettings/RiderScriptEditorPersistedState.asset
|
|
ProjectSettings/SceneTemplateSettings.json
|
|
UserSettings/
|
|
# Packages/manifest.json is enough. lock is auto generated from it.
|
|
Packages/packages-lock.json
|
|
|
|
# generated by jekyll for documentation
|
|
docs/_site
|
|
docs/.bundle
|
|
docs/vendor
|
|
docs/.sass-cache
|
|
# ============ #
|
|
# OS generated #
|
|
# ============ #
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
/VisRepo.txt
|
|
*.vsconfig
|
|
|
|
|
|
# CompilationLog.txt created by tests
|
|
Assets/Mirror/Tests/Editor/Weaver/*/CompilationLog.txt
|