diff options
Diffstat (limited to 'helix-tui/.gitignore')
-rw-r--r-- | helix-tui/.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/helix-tui/.gitignore b/helix-tui/.gitignore new file mode 100644 index 00000000..dcb33fbb --- /dev/null +++ b/helix-tui/.gitignore @@ -0,0 +1,6 @@ +target +Cargo.lock +*.log +*.rs.rustfmt +.gdb_history +.idea/ |