dromara / CloudEon

CloudEon uses Kubernetes to install and deploy open-source big data components, enabling the containerized operation of an open-source big data platform. This allows you to reduce your focus on underlying resource management and maintenance.
https://www.cloudeon.top/
Apache License 2.0
429 stars 104 forks source link

fix: Exclude frontend compiling artifacts from git #68

Closed pan3793 closed 1 year ago

pan3793 commented 1 year ago

What is the purpose of the change

Excluding compiling outputs from source code version control system

Brief changelog

Exclude frontend compiling artifacts from git

Verifying this change

Do I need to test? Has testing been completed? Test method?

Follow this checklist to help us incorporate your contribution quickly and easily. Notice, it would be helpful if you could finish the following 3 checklist before request the community to review your PR.

Kyofin commented 1 year ago

LGTM.

---Original--- From: "Cheng @.> Date: Mon, Jun 12, 2023 17:53 PM To: @.>; Cc: @.***>; Subject: [dromara/CloudEon] fix: Exclude frontend compiling artifacts from git(PR #68)

What is the purpose of the change

Excluding compiling outputs from source code version control system

Brief changelog

Exclude frontend compiling artifacts from git

Verifying this change

Do I need to test? Has testing been completed? Test method?

Follow this checklist to help us incorporate your contribution quickly and easily. Notice, it would be helpful if you could finish the following 3 checklist before request the community to review your PR.

Make sure there is a Github issue filed for the change (usually before you start working on it). Trivial changes like typos do not require a Github issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.

Write a pull request description that is detailed enough to understand what the pull request does, how, and why.

Follow the git commit specification
feat: xxx -> The feat type is used to identify production changes related to new backward-compatible abilities or functionality.

perf: xxx -> The perf type is used to identify production changes related to backward-compatible performance improvements.

fix: xxx -> The fix type is used to identify production changes related to backward-compatible bug fixes.

docs: xxx -> The docs type is used to identify documentation changes related to the project - whether intended externally for the end users (in case of a library) or internally for the developers.

test: xxx -> The test type is used to identify development changes related to tests - such as refactoring existing tests or adding new tests.

refactor: xxx -> The refactor type is used to identify development changes related to modifying the codebase, which neither adds a feature nor fixes a bug - such as removing redundant code, simplifying the code, renaming variables, etc.

You can view, comment on, or merge this pull request online at:

  https://github.com/dromara/CloudEon/pull/68

Commit Summary

35d0e66 fix: Exclude frontend compiling artifacts from git

File Changes

(1 file)

 M     .gitignore     (4)   

Patch Links:

https://github.com/dromara/CloudEon/pull/68.patch

https://github.com/dromara/CloudEon/pull/68.diff

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>