.gitignore 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
  2. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  3. # User-specific stuff
  4. .idea/**/workspace.xml
  5. .idea/**/tasks.xml
  6. .idea/**/usage.statistics.xml
  7. .idea/**/dictionaries
  8. .idea/**/shelf
  9. # Generated files
  10. .idea/**/contentModel.xml
  11. # Sensitive or high-churn files
  12. .idea/**/dataSources/
  13. .idea/**/dataSources.ids
  14. .idea/**/dataSources.local.xml
  15. .idea/**/sqlDataSources.xml
  16. .idea/**/dynamic.xml
  17. .idea/**/uiDesigner.xml
  18. .idea/**/dbnavigator.xml
  19. # Gradle
  20. .idea/**/gradle.xml
  21. .idea/**/libraries
  22. # Gradle and Maven with auto-import
  23. # When using Gradle or Maven with auto-import, you should exclude module files,
  24. # since they will be recreated, and may cause churn. Uncomment if using
  25. # auto-import.
  26. # .idea/artifacts
  27. # .idea/compiler.xml
  28. # .idea/modules.xml
  29. # .idea/*.iml
  30. # .idea/modules
  31. # *.iml
  32. # *.ipr
  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. # Conan artifacts
  57. test_package/build/
  58. *.pyc