.gitignore 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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. docker/weed
  72. # test generated files
  73. weed/*/*.jpg
  74. docker/weed_sub
  75. docker/weed_pub
  76. weed/mq/schema/example.parquet
  77. docker/agent_sub_record
  78. test/mq/bin/consumer
  79. test/mq/bin/producer
  80. test/producer
  81. bin/weed
  82. weed_binary
  83. /test/s3/copying/filerldb2
  84. /filerldb2
  85. /test/s3/retention/test-volume-data
  86. test/s3/cors/weed-test.log
  87. test/s3/cors/weed-server.pid
  88. /test/s3/cors/test-volume-data
  89. test/s3/cors/cors.test
  90. /test/s3/retention/filerldb2
  91. test/s3/retention/weed-server.pid
  92. test/s3/retention/weed-test.log
  93. /test/s3/versioning/test-volume-data
  94. test/s3/versioning/weed-test.log
  95. /docker/admin_integration/data
  96. docker/agent_pub_record
  97. docker/admin_integration/weed-local
  98. /seaweedfs-rdma-sidecar/bin
  99. /test/s3/encryption/filerldb2
  100. /test/s3/sse/filerldb2
  101. test/s3/sse/weed-test.log
  102. ADVANCED_IAM_DEVELOPMENT_PLAN.md
  103. /test/s3/iam/test-volume-data
  104. *.log
  105. weed-iam