Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.

gitignore for HoloApps

I have put together an extensive list of files and directories that should be ignored for VR and AR HoloLens projects that use Unity3D in C# and build via VisualStudio2017 or MonoDevelop.

So, I wonder if you could please take a look and see if the following really is complete without any mistakes or redundant bits, and could then be posted as a reference.

I am particularly worried about something that should not be in there...

Thanks,

**[Aa]pp/
/[Aa]pp/
[Uu]WP/
/[Uu]WP/

[Ll]ibrary/
/[Ll]ibrary/
[Tt]emp/
/[Tt]emp/
*.tmp
[Oo]bj/
/[Oo]bj/
[Bb]in/
/[Bb]in/

[Bb]uild/
/[Bb]uild/
[Bb]uilds/
/[Bb]uilds/
[Bb]uild/*
/[Bb]uild/*
[Bb]uild-*
/[Bb]uild-*
.[Bb]uilds

Installer/
UnityGenerated/
.unityproj
*.unitypackage
UnityVS

*.apk
.consulo/
*.stackdump
project.lock.json
App/[pP]layers/

[Ee]xpress
[Dd]ebug/
[Rr]elease/
_ReSharper*

*_i.c
*_p.c
*.ilk
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.dbmdl
*.vspscc
*.dotCover
*.ruleset

.psess
*.vsp
.vs/
*.svd
*.suo
*.sln
/
.sln
.sln.docstates
*.idb
*.pidb
*.pidb.meta
*.opendb
*.user
packages
packages.config
/
.csproj
.csproj
*.booproj
*.userprefs
ExportedObj/
.editorconfig
.vscode/
.vscode/

Assets/VSCode/*
Assets/VSCode.meta
Assets/Plugins/Editor/VSCode.cs
Assets/Plugins/Editor/VSCode.cs.meta
Assembly-CSharp.csproj

.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trash
.Trashes

Icon?

ehthumbs.db
Thumbs.db
Thumbs.db.meta
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
sysinfo.txt
Desktop.ini
TestResults
*.Cache
ClientBin
stylecop.*
~$*

/Assets/AssetStoreTools*
WSATestCertificate.pfx
WSATestCertificate.pfx.meta**

Answers

Sign In or Register to comment.