.gitignore 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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. # ---> Go
  37. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  38. *.o
  39. *.a
  40. *.so
  41. # Folders
  42. _obj
  43. _test
  44. # Architecture specific extensions/prefixes
  45. *.[568vq]
  46. [568vq].out
  47. *.cgo1.go
  48. *.cgo2.c
  49. _cgo_defun.c
  50. _cgo_gotypes.go
  51. _cgo_export.*
  52. _testmain.go
  53. *.exe
  54. *.test
  55. *.prof
  56. # ---> Linux
  57. *~
  58. # KDE directory preferences
  59. .directory
  60. # Linux trash folder which might appear on any partition or disk
  61. .Trash-*
  62. # ---> macOS
  63. .DS_Store
  64. .AppleDouble
  65. .LSOverride
  66. # Icon must end with two \r
  67. Icon
  68. # Thumbnails
  69. ._*
  70. # Files that might appear in the root of a volume
  71. .DocumentRevisions-V100
  72. .fseventsd
  73. .Spotlight-V100
  74. .TemporaryItems
  75. .Trashes
  76. .VolumeIcon.icns
  77. # Directories potentially created on remote AFP share
  78. .AppleDB
  79. .AppleDesktop
  80. Network Trash Folder
  81. Temporary Items
  82. .apdisk