diff --git a/.cargo_vcs_info.json b/.cargo_vcs_info.json deleted file mode 100644 index 6d2c100..0000000 --- a/.cargo_vcs_info.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "git": { - "sha1": "4673360aa638b2b907dff24538de54f258d157da" - }, - "path_in_vcs": "" -} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 79034fb..4cea82a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ /target /Cargo.lock - +/.cargo_vcs_info.json diff --git a/derive/.cargo_vcs_info.json b/derive/.cargo_vcs_info.json deleted file mode 100644 index 9546ae0..0000000 --- a/derive/.cargo_vcs_info.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "git": { - "sha1": "4673360aa638b2b907dff24538de54f258d157da" - }, - "path_in_vcs": "derive" -} \ No newline at end of file diff --git a/derive/.gitignore b/derive/.gitignore index 4fffb2f..4cea82a 100644 --- a/derive/.gitignore +++ b/derive/.gitignore @@ -1,2 +1,3 @@ /target /Cargo.lock +/.cargo_vcs_info.json