Skip to content

Commit 4ac173a

Browse files
committed
Do not publish ~undo-tree~ files
1 parent a44d4a0 commit 4ac173a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

bin/fetch_checksums.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env bash
2+
3+
mix rustler_precompiled.download GraphqlQuery.Native --all --print

mix.exs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,11 @@ defmodule GraphqlQuery.MixProject do
4949
defp package do
5050
[
5151
files: [
52-
"lib",
53-
"native/graphql_query_native/.cargo",
54-
"native/graphql_query_native/Cargo*",
55-
"native/graphql_query_native/src",
52+
"lib/**/*.ex",
53+
"native/graphql_query_native/.cargo/config",
54+
"native/graphql_query_native/Cargo.lock",
55+
"native/graphql_query_native/Cargo.toml",
56+
"native/graphql_query_native/src/**/*.rs",
5657
"checksum-*.exs",
5758
"mix.exs",
5859
"README.md"

0 commit comments

Comments
 (0)