Thomas Eizinger
3 years ago
committed by
GitHub
4 changed files with 7 additions and 8 deletions
@ -0,0 +1,6 @@ |
|||
fn main() -> std::io::Result<()> { |
|||
std::fs::create_dir_all("../frontend/dist/maker")?; |
|||
std::fs::create_dir_all("../frontend/dist/taker")?; |
|||
|
|||
Ok(()) |
|||
} |
@ -1,4 +0,0 @@ |
|||
# Ignore everything in this directory |
|||
* |
|||
# Except this file |
|||
!.gitignore |
@ -1,4 +0,0 @@ |
|||
# Ignore everything in this directory |
|||
* |
|||
# Except this file |
|||
!.gitignore |
Loading…
Reference in new issue