We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76be475 commit fadb506Copy full SHA for fadb506
1 file changed
src/FileSystem/DefaultGitignore.fs
@@ -49,6 +49,7 @@ $RECYCLE.BIN/
49
# Windows shortcuts
50
*.lnk
51
# ----- linux rules -----
52
+*.swp
53
# taken from https://github.com/github/gitignore/blob/main/Global/Linux.gitignore
54
*~
55
# temporary files which can be created if a process still has a handle open of a deleted file
@@ -59,4 +60,4 @@ $RECYCLE.BIN/
59
60
.Trash-*
61
# .nfs files are created when an open file is removed but is still being accessed
62
.nfs*
-"""
63
+"""
0 commit comments