.gitignore 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. .goxc*
  2. vendor
  3. tags
  4. *.swp
  5. ### OSX template
  6. .DS_Store
  7. .AppleDouble
  8. .LSOverride
  9. # Icon must end with two \r
  10. Icon
  11. # Thumbnails
  12. ._*
  13. # Files that might appear in the root of a volume
  14. .DocumentRevisions-V100
  15. .fseventsd
  16. .Spotlight-V100
  17. .TemporaryItems
  18. .Trashes
  19. .VolumeIcon.icns
  20. # Directories potentially created on remote AFP share
  21. .AppleDB
  22. .AppleDesktop
  23. Network Trash Folder
  24. Temporary Items
  25. .apdisk
  26. ### JetBrains template
  27. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
  28. *.iml
  29. ## Directory-based project format:
  30. .idea/
  31. # if you remove the above rule, at least ignore the following:
  32. # User-specific stuff:
  33. # .idea/workspace.xml
  34. # .idea/tasks.xml
  35. # .idea/dictionaries
  36. # Sensitive or high-churn files:
  37. # .idea/dataSources.ids
  38. # .idea/dataSources.xml
  39. # .idea/sqlDataSources.xml
  40. # .idea/dynamic.xml
  41. # .idea/uiDesigner.xml
  42. # Gradle:
  43. # .idea/gradle.xml
  44. # .idea/libraries
  45. # Mongo Explorer plugin:
  46. # .idea/mongoSettings.xml
  47. ## vscode
  48. .vscode
  49. ## File-based project format:
  50. *.ipr
  51. *.iws
  52. ## Plugin-specific files:
  53. # IntelliJ
  54. /out/
  55. # mpeltonen/sbt-idea plugin
  56. .idea_modules/
  57. # JIRA plugin
  58. atlassian-ide-plugin.xml
  59. # Crashlytics plugin (for Android Studio and IntelliJ)
  60. com_crashlytics_export_strings.xml
  61. crashlytics.properties
  62. crashlytics-build.properties
  63. workspace/
  64. test_data
  65. build
  66. target
  67. *.class
  68. other/java/hdfs/dependency-reduced-pom.xml
  69. # binary file
  70. weed/weed
  71. weed/mq/client/cmd/weed_pub_kv/weed_pub
  72. docker/weed
  73. # test generated files
  74. weed/*/*.jpg
  75. docker/weed_sub
  76. docker/weed_pub
  77. weed/mq/schema/example.parquet
  78. docker/weed_pub_kv
  79. docker/weed_pub_record
  80. docker/weed_sub_kv
  81. docker/weed_sub_record