.gitignore 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. # ---> macOS
  2. .DS_Store
  3. .AppleDouble
  4. .LSOverride
  5. # Icon must end with two \r
  6. Icon
  7. # Thumbnails
  8. ._*
  9. # Files that might appear in the root of a volume
  10. .DocumentRevisions-V100
  11. .fseventsd
  12. .Spotlight-V100
  13. .TemporaryItems
  14. .Trashes
  15. .VolumeIcon.icns
  16. # Directories potentially created on remote AFP share
  17. .AppleDB
  18. .AppleDesktop
  19. Network Trash Folder
  20. Temporary Items
  21. .apdisk
  22. # ---> Windows
  23. # Windows image file caches
  24. Thumbs.db
  25. ehthumbs.db
  26. # Folder config file
  27. Desktop.ini
  28. # Recycle Bin used on file shares
  29. $RECYCLE.BIN/
  30. # Windows Installer files
  31. *.cab
  32. *.msi
  33. *.msm
  34. *.msp
  35. # Windows shortcuts
  36. *.lnk
  37. # ---> JetBrains
  38. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
  39. *.iml
  40. ## Directory-based project format:
  41. .idea/
  42. # if you remove the above rule, at least ignore the following:
  43. # User-specific stuff:
  44. # .idea/workspace.xml
  45. # .idea/tasks.xml
  46. # .idea/dictionaries
  47. # Sensitive or high-churn files:
  48. # .idea/dataSources.ids
  49. # .idea/dataSources.xml
  50. # .idea/sqlDataSources.xml
  51. # .idea/dynamic.xml
  52. # .idea/uiDesigner.xml
  53. # Gradle:
  54. # .idea/gradle.xml
  55. # .idea/libraries
  56. # Mongo Explorer plugin:
  57. # .idea/mongoSettings.xml
  58. ## File-based project format:
  59. *.ipr
  60. *.iws
  61. ## Plugin-specific files:
  62. # IntelliJ
  63. /out/
  64. # mpeltonen/sbt-idea plugin
  65. .idea_modules/
  66. # JIRA plugin
  67. atlassian-ide-plugin.xml
  68. # Crashlytics plugin (for Android Studio and IntelliJ)
  69. com_crashlytics_export_strings.xml
  70. crashlytics.properties
  71. crashlytics-build.properties
  72. # ---> Maven
  73. target/
  74. pom.xml.tag
  75. pom.xml.releaseBackup
  76. pom.xml.versionsBackup
  77. pom.xml.next
  78. release.properties
  79. dependency-reduced-pom.xml
  80. buildNumber.properties
  81. .mvn/timing.properties