diff options
author | claw0ry <me@claw0ry.net> | 2025-01-02 14:18:37 +0100 |
---|---|---|
committer | claw0ry <me@claw0ry.net> | 2025-01-02 14:18:37 +0100 |
commit | 7fa1db0dfe25224d7c87aff723e4bfaee7990524 (patch) | |
tree | e3403fa28a8a42d3b07495c9eedaf59e9f068670 /.gitignore | |
parent | ghostty: initial config (diff) |
misc: add gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..20ad15f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.vim/.netrwhist +.vim/plugged/* |