Update .gitignore

This commit is contained in:
Isaac Clayton 2022-01-07 20:06:05 +01:00
parent 13384e80b1
commit b4258614d4
2 changed files with 5 additions and 0 deletions

3
.gitignore vendored
View file

@ -1 +1,4 @@
../.*
!.gitignore
/target

View file

@ -43,4 +43,6 @@ impl<A: Default, B> Node<A, B> {
pub fn pad_empty(self, ctx: &mut Ctx) -> Self {
todo!()
}
}