Newer
Older
Traffic-Simulator / .gitignore
@biosfood biosfood on 23 Jan 2022 948 bytes initial commit
  1. /[Ll]ibrary/
  2. /[Tt]emp/
  3. /[Oo]bj/
  4. /[Bb]uild/
  5. /[Bb]uilds/
  6. /[Ll]ogs/
  7. /[Uu]ser[Ss]ettings/
  8.  
  9. # MemoryCaptures can get excessive in size.
  10. # They also could contain extremely sensitive data
  11. /[Mm]emoryCaptures/
  12.  
  13. # Recordings can get excessive in size
  14. /[Rr]ecordings/
  15.  
  16. # Uncomment this line if you wish to ignore the asset store tools plugin
  17. # /[Aa]ssets/AssetStoreTools*
  18.  
  19. # Autogenerated Jetbrains Rider plugin
  20. /[Aa]ssets/Plugins/Editor/JetBrains*
  21.  
  22. # Visual Studio cache directory
  23. .vs/
  24.  
  25. # Gradle cache directory
  26. .gradle/
  27.  
  28. # Autogenerated VS/MD/Consulo solution and project files
  29. ExportedObj/
  30. .consulo/
  31. *.csproj
  32. *.unityproj
  33. *.sln
  34. *.suo
  35. *.tmp
  36. *.user
  37. *.userprefs
  38. *.pidb
  39. *.booproj
  40. *.svd
  41. *.pdb
  42. *.mdb
  43. *.opendb
  44. *.VC.db
  45.  
  46. *.pidb.meta
  47. *.pdb.meta
  48. *.mdb.meta
  49.  
  50. sysinfo.txt
  51.  
  52. *.apk
  53. *.aab
  54. *.unitypackage
  55. *.app
  56.  
  57. crashlytics-build.properties
  58.  
  59. /[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*
  60.  
  61. /[Aa]ssets/[Ss]treamingAssets/aa.meta
  62. /[Aa]ssets/[Ss]treamingAssets/aa/*
  63. .vscode