This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-fury.git
The following commit(s) were added to refs/heads/main by this push:
new 33178828 chore(git): update .gitignore (#1331)
33178828 is described below
commit 331788280a6d4f7753106d33e51f858dad513394
Author: LiangliangSui <[email protected]>
AuthorDate: Thu Jan 11 12:19:22 2024 +0800
chore(git): update .gitignore (#1331)
```
On branch main
Untracked files:
(use "git add <file>..." to include in what will be committed)
MODULE.bazel
MODULE.bazel.lock
nothing added to commit but untracked files present (use "git add" to track)
```
Update `.gitignore` to ignore two intermediate files.
Signed-off-by: LiangliangSui <[email protected]>
---
.gitignore | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 5bc00850..c438485d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,6 @@
**/*.so
**/*.dylib
bazel-*
-bazel-fury
.whl
python/.cache
python/pyfury/__pycache__/
@@ -34,4 +33,6 @@ bazel-fury/**
java/**/generated
javascript/**/dist/
javascript/**/node_modules/
-javascript/**/build
\ No newline at end of file
+javascript/**/build
+MODULE.bazel
+MODULE.bazel.lock
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]