The Swartz-Manning’s first exhibit will provide a detailed history of Aaron Swartz Day. https://www.aaronswartzday.org/vr
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 455B

12345678910111213141516171819202122232425262728293031323334353637
  1. /[Ll]ibrary/
  2. /[Tt]emp/
  3. /[Oo]bj/
  4. /[Bb]uild/
  5. /[Bb]uilds/
  6. UnityPackageManager/
  7. /Assets/AssetStoreTools*
  8. *.DS_Store
  9. # Visual Studio 2015 cache directory
  10. /.vs/
  11. # Autogenerated VS/MD/Consulo solution and project files
  12. ExportedObj/
  13. .consulo/
  14. *.csproj
  15. *.unityproj
  16. *.sln
  17. *.suo
  18. *.tmp
  19. *.user
  20. *.userprefs
  21. *.pidb
  22. *.booproj
  23. *.svd
  24. *.pdb
  25. # Unity3D generated meta files
  26. *.pidb.meta
  27. # Unity3D Generated File On Crash Reports
  28. sysinfo.txt
  29. # Builds
  30. *.apk
  31. *.unitypackage