.gitignore 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. # ---> JetBrains
  2. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
  3. *.iml
  4. ## Directory-based project format:
  5. .idea/
  6. # if you remove the above rule, at least ignore the following:
  7. # User-specific stuff:
  8. # .idea/workspace.xml
  9. # .idea/tasks.xml
  10. # .idea/dictionaries
  11. # Sensitive or high-churn files:
  12. # .idea/dataSources.ids
  13. # .idea/dataSources.xml
  14. # .idea/sqlDataSources.xml
  15. # .idea/dynamic.xml
  16. # .idea/uiDesigner.xml
  17. # Gradle:
  18. # .idea/gradle.xml
  19. # .idea/libraries
  20. # Mongo Explorer plugin:
  21. # .idea/mongoSettings.xml
  22. ## File-based project format:
  23. *.ipr
  24. *.iws
  25. ## Plugin-specific files:
  26. # IntelliJ
  27. /out/
  28. # mpeltonen/sbt-idea plugin
  29. .idea_modules/
  30. # JIRA plugin
  31. atlassian-ide-plugin.xml
  32. # Crashlytics plugin (for Android Studio and IntelliJ)
  33. com_crashlytics_export_strings.xml
  34. crashlytics.properties
  35. crashlytics-build.properties
  36. # ---> macOS
  37. .DS_Store
  38. .AppleDouble
  39. .LSOverride
  40. # Icon must end with two \r
  41. Icon
  42. # Thumbnails
  43. ._*
  44. # Files that might appear in the root of a volume
  45. .DocumentRevisions-V100
  46. .fseventsd
  47. .Spotlight-V100
  48. .TemporaryItems
  49. .Trashes
  50. .VolumeIcon.icns
  51. # Directories potentially created on remote AFP share
  52. .AppleDB
  53. .AppleDesktop
  54. Network Trash Folder
  55. Temporary Items
  56. .apdisk