diff --git a/.gitignore b/.gitignore index c1ee4fdc..8094f6ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ .vscode target Cargo.lock -/xtask/config.toml diff --git a/xtask/.gitignore b/xtask/.gitignore new file mode 100644 index 00000000..5b6c0960 --- /dev/null +++ b/xtask/.gitignore @@ -0,0 +1 @@ +config.toml