Skip to content

Commit

Permalink
Add Vim sessions to gitignore (ray-project#31711)
Browse files Browse the repository at this point in the history
This PR ensures that git ignores Vim sessions, which we don't want to commit.

Signed-off-by: Clark Zinzow <[email protected]>
Signed-off-by: Andrea Pisoni <[email protected]>
  • Loading branch information
clarkzinzow authored and andreapiso committed Jan 22, 2023
1 parent bd2be4f commit f025fd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ venv
tags
tags.lock
tags.temp
*.vim

# Emacs
.#*
Expand Down Expand Up @@ -222,4 +223,4 @@ workflow_data/
/.cache/

# Auto-generated tag mapping
tag-mapping.json
tag-mapping.json

0 comments on commit f025fd1

Please sign in to comment.