GitHub user dosubot[bot] added a comment to the discussion: 如何基于master分支去打包

<!-- Answer -->
在打包 `master` 分支之前,确实需要忽略某些文件和目录。这些文件和目录在 `.gitattributes` 文件中被标记为 
`export-ignore`,以便从源代码包中排除。需要忽略的文件和目录包括:

- 文件:
  - `.gitattributes`
  - `.gitignore`
  - `.asf.yaml`
  - `apache-release.sh`
  - `.licenserc.yaml`
  - `.editorconfig`
  - `hugegraph-store/hg-store-dist/src/assembly/static/bin/libjemalloc.so`
  - 
`hugegraph-store/hg-store-dist/src/assembly/static/bin/libjemalloc_aarch64.so`

- 目录:
  - `.github/`
  - `.idea/`
  - `install-dist/scripts/`
  - `hugegraph-commons/hugegraph-dist/`
  - `docker/`

确保这些文件和目录在打包时被忽略 
<sup>[[1]](https://github.com/apache/incubator-hugegraph/blob/master/.gitattributes)</sup>。


<!-- Dosu Comment Footer -->
*To continue talking to [Dosu](https://dosu.dev), mention @dosu.*


GitHub link: 
https://github.com/apache/incubator-hugegraph/discussions/2683#discussioncomment-10966611

----
This is an automatically sent email for dev@hugegraph.apache.org.
To unsubscribe, please send an email to: dev-unsubscr...@hugegraph.apache.org

Reply via email to