Skip to content

Commit

Permalink
chore(git): update .gitignore (#1331)
Browse files Browse the repository at this point in the history
```
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]>
  • Loading branch information
LiangliangSui authored Jan 11, 2024
1 parent 18527e3 commit 3317882
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
**/*.so
**/*.dylib
bazel-*
bazel-fury
.whl
python/.cache
python/pyfury/__pycache__/
Expand Down Expand Up @@ -34,4 +33,6 @@ bazel-fury/**
java/**/generated
javascript/**/dist/
javascript/**/node_modules/
javascript/**/build
javascript/**/build
MODULE.bazel
MODULE.bazel.lock

0 comments on commit 3317882

Please sign in to comment.