diff options
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ # Generated by Cargo # will have compiled files and executables /target/ +/plugin_derive/target/ + +# The top level Cargo.lock should handle everything +/plugin_derive/Cargo.lock # These are backup files generated by rustfmt **/*.rs.bk |
