Skip to content

Commit

Permalink
[CI] Add .whl into .gitignore file (ray-project#40206)
Browse files Browse the repository at this point in the history
Exec `./python/build-wheel-macos.sh` will create the `.whl` folder,
it will bother newbies and not friendly to developer.

Signed-off-by: Wanqiang Ji <[email protected]>
Co-authored-by: Lonnie Liu <[email protected]>
  • Loading branch information
jiwq and aslonnie authored Dec 8, 2023
1 parent 50d81ac commit 7e52a25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
/build/java
.jar
/dashboard/client/build
/.whl

# KubeRay config lives in a separate repository
python/ray/autoscaler/kuberay/config
Expand Down

0 comments on commit 7e52a25

Please sign in to comment.