.gitignore 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. /logs
  2. # Created by https://www.gitignore.io/api/windows,intellij,notepadpp
  3. # Edit at https://www.gitignore.io/?templates=windows,intellij,notepadpp
  4. ### Intellij ###
  5. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
  6. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  7. # User-specific stuff
  8. .idea/**/workspace.xml
  9. .idea/**/tasks.xml
  10. .idea/**/usage.statistics.xml
  11. .idea/**/dictionaries
  12. .idea/**/shelf
  13. # Generated files
  14. .idea/**/contentModel.xml
  15. # Sensitive or high-churn files
  16. .idea/**/dataSources/
  17. .idea/**/dataSources.ids
  18. .idea/**/dataSources.local.xml
  19. .idea/**/sqlDataSources.xml
  20. .idea/**/dynamic.xml
  21. .idea/**/uiDesigner.xml
  22. .idea/**/dbnavigator.xml
  23. # Gradle
  24. .idea/**/gradle.xml
  25. .idea/**/libraries
  26. # Gradle and Maven with auto-import
  27. # When using Gradle or Maven with auto-import, you should exclude module files,
  28. # since they will be recreated, and may cause churn. Uncomment if using
  29. # auto-import.
  30. # .idea/modules.xml
  31. # .idea/*.iml
  32. # .idea/modules
  33. # CMake
  34. cmake-build-*/
  35. # Mongo Explorer plugin
  36. .idea/**/mongoSettings.xml
  37. # File-based project format
  38. *.iws
  39. # IntelliJ
  40. out/
  41. # mpeltonen/sbt-idea plugin
  42. .idea_modules/
  43. # JIRA plugin
  44. atlassian-ide-plugin.xml
  45. # Cursive Clojure plugin
  46. .idea/replstate.xml
  47. # Crashlytics plugin (for Android Studio and IntelliJ)
  48. com_crashlytics_export_strings.xml
  49. crashlytics.properties
  50. crashlytics-build.properties
  51. fabric.properties
  52. # Editor-based Rest Client
  53. .idea/httpRequests
  54. # Android studio 3.1+ serialized cache file
  55. .idea/caches/build_file_checksums.ser
  56. ### Intellij Patch ###
  57. # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
  58. # *.iml
  59. # modules.xml
  60. # .idea/misc.xml
  61. # *.ipr
  62. # Sonarlint plugin
  63. .idea/sonarlint
  64. ### NotepadPP ###
  65. # Notepad++ backups #
  66. *.bak
  67. ### Windows ###
  68. # Windows thumbnail cache files
  69. Thumbs.db
  70. ehthumbs.db
  71. ehthumbs_vista.db
  72. # Dump file
  73. *.stackdump
  74. # Folder config file
  75. [Dd]esktop.ini
  76. # Recycle Bin used on file shares
  77. $RECYCLE.BIN/
  78. # Windows Installer files
  79. *.cab
  80. *.msi
  81. *.msix
  82. *.msm
  83. *.msp
  84. # Windows shortcuts
  85. *.lnk
  86. # End of https://www.gitignore.io/api/windows,intellij,notepadpp