diff --git a/.gitignore b/.gitignore index a9d37c5..e9e2199 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -target -Cargo.lock +/target/ +/Cargo.lock diff --git a/chart/.gitignore b/chart/.gitignore index 27572bd..0017281 100644 --- a/chart/.gitignore +++ b/chart/.gitignore @@ -1,7 +1,7 @@ -*.aux -*.fdb_latexmk -*.fls -*.log -*.pdf -*.png -*.svg +/*.aux +/*.fdb_latexmk +/*.fls +/*.log +/*.pdf +/*.png +/*.svg