.gitignore 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### Example user template template
  3. ### Example user template
  4. # IntelliJ project files
  5. #.idea
  6. #*.iml
  7. #*.xml
  8. #out
  9. #gen
  10. #*.log
  11. #/logs/
  12. ### Java template
  13. *.class
  14. # Mobile Tools for Java (J2ME)
  15. .mtj.tmp/
  16. # Package Files #
  17. *.jar
  18. *.war
  19. *.ear
  20. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  21. hs_err_pid*
  22. ### JetBrains template
  23. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  24. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  25. # User-specific stuff:
  26. .idea/workspace.xml
  27. .idea/tasks.xml
  28. .idea/dictionaries
  29. .idea/vcs.xml
  30. .idea/jsLibraryMappings.xml
  31. # Sensitive or high-churn files:
  32. .idea/dataSources.ids
  33. .idea/dataSources.xml
  34. .idea/dataSources.local.xml
  35. .idea/sqlDataSources.xml
  36. .idea/dynamic.xml
  37. .idea/uiDesigner.xml
  38. # Gradle:
  39. .idea/gradle.xml
  40. .idea/
  41. # Mongo Explorer plugin:
  42. .idea/mongoSettings.xml
  43. ## File-based project format:
  44. *.iws
  45. ## Plugin-specific files:
  46. # IntelliJ
  47. /out/
  48. # mpeltonen/sbt-idea plugin
  49. .idea_modules/
  50. # JIRA plugin
  51. atlassian-ide-plugin.xml
  52. # Crashlytics plugin (for Android Studio and IntelliJ)
  53. com_crashlytics_export_strings.xml
  54. crashlytics.properties
  55. crashlytics-build.properties
  56. fabric.properties
  57. ### Windows template
  58. # Windows image file caches
  59. Thumbs.db
  60. ehthumbs.db
  61. # Folder config file
  62. Desktop.ini
  63. # Recycle Bin used on file shares
  64. $RECYCLE.BIN/
  65. # Windows Installer files
  66. *.cab
  67. *.msi
  68. *.msm
  69. *.msp
  70. # Windows shortcuts
  71. *.lnk
  72. ### Maven template
  73. target/
  74. pom.xml.tag
  75. pom.xml.releaseBackup
  76. pom.xml.versionsBackup
  77. pom.xml.next
  78. release.properties
  79. dependency-reduced-pom.xml
  80. buildNumber.properties
  81. .mvn/timing.properties
  82. # ignore eclipse files
  83. .project
  84. .classpath
  85. .settings
  86. .metadata
  87. .svn