Skip to content

Commit 65117bd

Browse files
authored
Update .gitignore to include backup and Vim files
Added patterns to ignore backup and Vim files.
1 parent cf07438 commit 65117bd

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

.gitignore

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,14 @@
22

33
.DS_Store
44

5-
.idea/
5+
.idea/
6+
7+
# Backup files (e.g., file.txt~)
8+
*~
9+
10+
# Vim swap files (e.g., .file.txt.swp)
11+
.*.swp
12+
.*.swo
13+
14+
# Vim undo files (e.g., .file.txt.un~)
15+
.*.un~

0 commit comments

Comments
 (0)