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 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. [Ll]ibrary/
  2. [Tt]emp/
  3. [Oo]bj/
  4. [Bb]uild/
  5. [Bb]uilds/
  6. Assets/AssetStoreTools*
  7. # Visual Studio cache directory
  8. .vs/
  9. # Autogenerated VS/MD/Consulo solution and project files
  10. ExportedObj/
  11. .consulo/
  12. *.csproj
  13. *.unityproj
  14. *.sln
  15. *.suo
  16. *.tmp
  17. *.user
  18. *.userprefs
  19. *.pidb
  20. *.booproj
  21. *.svd
  22. *.pdb
  23. *.opendb
  24. # Unity3D generated meta files
  25. *.pidb.meta
  26. *.pdb.meta
  27. # Unity3D Generated File On Crash Reports
  28. sysinfo.txt
  29. # Builds
  30. *.apk
  31. *.unitypackage
  32. envs/
  33. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
  34. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  35. # User-specific stuff
  36. .idea/**/workspace.xml
  37. .idea/**/tasks.xml
  38. .idea/**/usage.statistics.xml
  39. .idea/**/dictionaries
  40. .idea/**/shelf
  41. # Generated files
  42. .idea/**/contentModel.xml
  43. # Sensitive or high-churn files
  44. .idea/**/dataSources/
  45. .idea/**/dataSources.ids
  46. .idea/**/dataSources.local.xml
  47. .idea/**/sqlDataSources.xml
  48. .idea/**/dynamic.xml
  49. .idea/**/uiDesigner.xml
  50. .idea/**/dbnavigator.xml
  51. # Gradle
  52. .idea/**/gradle.xml
  53. .idea/**/libraries
  54. # Gradle and Maven with auto-import
  55. # When using Gradle or Maven with auto-import, you should exclude module files,
  56. # since they will be recreated, and may cause churn. Uncomment if using
  57. # auto-import.
  58. # .idea/modules.xml
  59. # .idea/*.iml
  60. # .idea/modules
  61. # CMake
  62. cmake-build-*/
  63. # Mongo Explorer plugin
  64. .idea/**/mongoSettings.xml
  65. # File-based project format
  66. *.iws
  67. # IntelliJ
  68. out/
  69. # mpeltonen/sbt-idea plugin
  70. .idea_modules/
  71. # JIRA plugin
  72. atlassian-ide-plugin.xml
  73. # Cursive Clojure plugin
  74. .idea/replstate.xml
  75. # Crashlytics plugin (for Android Studio and IntelliJ)
  76. com_crashlytics_export_strings.xml
  77. crashlytics.properties
  78. crashlytics-build.properties
  79. fabric.properties
  80. # Editor-based Rest Client
  81. .idea/httpRequests
  82. # Android studio 3.1+ serialized cache file
  83. .idea/caches/build_file_checksums.ser