Skip to content

Instantly share code, notes, and snippets.

@flarb
Created July 3, 2016 08:19
Show Gist options
  • Save flarb/95e968a874b166edf75cc0ccfa686d89 to your computer and use it in GitHub Desktop.
Save flarb/95e968a874b166edf75cc0ccfa686d89 to your computer and use it in GitHub Desktop.
Proper gitignore for HoloLens project (includes UWP folder)
/[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
@devhed
Copy link

devhed commented Nov 3, 2017

@HjoshM can confirm that .gitignore worked flawlessly for me... thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment