We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 612c7cc commit 38c1466Copy full SHA for 38c1466
2 files changed
.gitignore
@@ -32,4 +32,8 @@ Thumbs.db
32
# Generated by Cargo
33
# will contain source code downloaded from crates.io and other sources
34
target/
35
-Cargo.lock
+Cargo.lock
36
+
37
+# Tag version #
38
+##############
39
+tag_version.sh
Cargo.toml
@@ -23,6 +23,7 @@ exclude = [
23
".gitignore",
24
"Cargo.lock",
25
"images_processed.png",
26
+ "tag_version.sh",
27
28
# You can add more patterns:
29
# "another_folder/",
0 commit comments