gitignore 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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. modules.xml
  51. *.iml
  52. *.ipr
  53. # CMake
  54. cmake-build-*/
  55. # Mongo Explorer plugin
  56. .idea/**/mongoSettings.xml
  57. # File-based project format
  58. *.iws
  59. # IntelliJ
  60. out/
  61. # mpeltonen/sbt-idea plugin
  62. .idea_modules/
  63. # JIRA plugin
  64. atlassian-ide-plugin.xml
  65. # Cursive Clojure plugin
  66. .idea/replstate.xml
  67. # Crashlytics plugin (for Android Studio and IntelliJ)
  68. com_crashlytics_export_strings.xml
  69. crashlytics.properties
  70. crashlytics-build.properties
  71. fabric.properties
  72. # Editor-based Rest Client
  73. .idea/httpRequests
  74. # Android studio 3.1+ serialized cache file
  75. .idea/caches/build_file_checksums.ser
  76. ### Intellij+iml Patch ###
  77. # Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
  78. .idea/misc.xml
  79. # End of https://www.gitignore.io/api/intellij+iml