Skip to content

Commit 6e4c572

Browse files
committed
update .gitignore
1 parent 3ab83e0 commit 6e4c572

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.gitignore

+4-5
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,16 @@ wallets/*.json
1111
# misc
1212
internal/assets
1313
metadata/
14-
dev.md
1514
*.sqlite
1615
.idea
1716

17+
# bazel
1818
bazel-*
1919
*.bazel
2020
.bazelrc
21-
22-
# testing
23-
cmd/rawtx.go
24-
internal/ddb
21+
MODULE.bazel
22+
WORKSPACE
23+
WORKSPACE.bazel
2524

2625
# not ready for prime time
2726
deployment/

0 commit comments

Comments
 (0)