gitignore 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. # Created by https://www.gitignore.io
  2. ### Vim ###
  3. # Edit at https://www.gitignore.io/?templates=vim
  4. # Swap
  5. [._]*.s[a-v][a-z]
  6. [._]*.sw[a-p]
  7. [._]s[a-rt-v][a-z]
  8. [._]ss[a-gi-z]
  9. [._]sw[a-p]
  10. # Session
  11. Session.vim
  12. Sessionx.vim
  13. # Temporary
  14. .netrwhist
  15. *~
  16. # Auto-generated tag files
  17. tags
  18. # Persistent undo
  19. [._]*.un~
  20. # Coc configuration directory
  21. .vim
  22. # End of https://www.gitignore.io/api/vim
  23. ### Intellij+iml ###
  24. # Edit at https://www.gitignore.io/?templates=intellij+iml
  25. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
  26. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  27. # User-specific stuff
  28. .idea/**/workspace.xml
  29. .idea/**/tasks.xml
  30. .idea/**/usage.statistics.xml
  31. .idea/**/dictionaries
  32. .idea/**/shelf
  33. # Generated files
  34. .idea/**/contentModel.xml
  35. # Sensitive or high-churn files
  36. .idea/**/dataSources/
  37. .idea/**/dataSources.ids
  38. .idea/**/dataSources.local.xml
  39. .idea/**/sqlDataSources.xml
  40. .idea/**/dynamic.xml
  41. .idea/**/uiDesigner.xml
  42. .idea/**/dbnavigator.xml
  43. # Gradle
  44. .idea/**/gradle.xml
  45. .idea/**/libraries
  46. # Gradle and Maven with auto-import
  47. # .idea/modules.xml
  48. # .idea/*.iml
  49. # .idea/modules
  50. # *.iml
  51. # *.ipr
  52. # CMake
  53. cmake-build-*/
  54. # Mongo Explorer plugin
  55. .idea/**/mongoSettings.xml
  56. # File-based project format
  57. *.iws
  58. # IntelliJ
  59. out/
  60. # mpeltonen/sbt-idea plugin
  61. .idea_modules/
  62. # JIRA plugin
  63. atlassian-ide-plugin.xml
  64. # Cursive Clojure plugin
  65. .idea/replstate.xml
  66. # Crashlytics plugin (for Android Studio and IntelliJ)
  67. com_crashlytics_export_strings.xml
  68. crashlytics.properties
  69. crashlytics-build.properties
  70. fabric.properties
  71. # Editor-based Rest Client
  72. .idea/httpRequests
  73. # Android studio 3.1+ serialized cache file
  74. .idea/caches/build_file_checksums.ser
  75. ### Intellij+iml Patch ###
  76. # Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
  77. *.iml
  78. modules.xml
  79. .idea/misc.xml
  80. *.ipr
  81. # End of https://www.gitignore.io/api/intellij+iml