Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit 00d9f3e

Browse files
authored
Exclude vim and nano .swp files.
1 parent 26fb4c5 commit 00d9f3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Restore files on demand.<br>
66

77
<img src="https://raw.githubusercontent.com/webdev23/source_control_sentry/master/scs.png">
88

9-
Automatize your dev flow. Example, run a test script!<br>
10-
Backup all files versions, while keeping an eye on the flow.<br>
11-
Exclude hidden git files. Works well on top of git. Exclude nohup.out as well.<br>
9+
Automatize your dev flow. Example, run a test script at a file change!<br>
10+
Backup files versions, while keeping an eye on the flow.<br>
11+
Exclude hidden git files. Exclude vim and nano .swp files. Exclude nohup.out.<br>
1212

1313
**By default, without parameters, the program starts to watch the current directory.
1414
And display file diffs at a change**.

0 commit comments

Comments
 (0)