Created
July 3, 2016 08:19
-
-
Save flarb/95e968a874b166edf75cc0ccfa686d89 to your computer and use it in GitHub Desktop.
Proper gitignore for HoloLens project (includes UWP folder)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/[Ll]ibrary/ | |
/[Tt]emp/ | |
/[Oo]bj/ | |
/[Bb]uild/ | |
/[Bb]uilds/ | |
/[Uu]WP/ | |
/Assets/AssetStoreTools* | |
# Autogenerated VS/MD solution and project files | |
ExportedObj/ | |
*.csproj | |
*.unityproj | |
*.sln | |
*.suo | |
*.tmp | |
*.user | |
*.userprefs | |
*.pidb | |
*.booproj | |
*.svd | |
# Unity3D generated meta files | |
*.pidb.meta | |
# Unity3D Generated File On Crash Reports | |
sysinfo.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have put together a larger .gitignore file for VR and AR HoloLens projects that use Unity3D in C# and build via VisualStudio2017.
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 here as a reference: