Skip to content

Commit 1ca0c01

Browse files
committed
Remove deny action, setup ignores.
1 parent 446703e commit 1ca0c01

File tree

4 files changed

+1298
-22
lines changed

4 files changed

+1298
-22
lines changed

.github/workflows/cargo-deny.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Generated by Cargo
2+
# will have compiled files and executables
3+
debug
4+
target
5+
6+
# These are backup files generated by rustfmt
7+
**/*.rs.bk
8+
9+
# MSVC Windows builds of rustc generate these, which store debugging information
10+
*.pdb
11+
12+
# Generated by cargo mutants
13+
# Contains mutation testing data
14+
**/mutants.out*/

0 commit comments

Comments
 (0)