Skip to content

Commit 468a270

Browse files
committed
Add a wild ignore rule to .gitignore
Remove unused module
1 parent fb0a104 commit 468a270

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.*
2+
!.cargo
3+
!.gitignore
4+
15
/target
26
/Cargo.lock
3-
*.snap.new
7+
*.snap.new

garde_derive/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
mod check;
22
mod emit;
3-
mod fields;
43
mod model;
54
mod syntax;
65
mod util;

0 commit comments

Comments
 (0)