Skip to content

Commit

Permalink
changed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
akalongman committed May 4, 2015
1 parent a2453dd commit 7d39cdf
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 1 deletion.
8 changes: 8 additions & 0 deletions AutoBackups (Linux).sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
// Files older than X days will be deleted. If 0 - auto delete disabled
"delete_old_backups": 0, // days to delete

// ignore files/folders which match regexes
"ignore_regexes": [
// VCS folders
"/\\.svn/", "/\\.hg/", "/\\.git/", "/\\.bzr/"
// binary extensions
,"\\.(jpg|JPG|jpeg|JPEG|pjpeg|PJPEG|gif|GIF|png|PNG|apng|APNG|bmp|BMP|mp3|MP3|mid|MID|wav|WAV|au|AU|mp4|MP4|3gp|3GP|avi|AVI|wmv|WMV|mpeg|MPEG|mpg|MPG|mkv|MKV|swf|SWF|flv|FLV|zip|ZIP|rar|RAR|tar|TAR|tgz|TGZ|gz|GZ|bz2?|BZ2?|pdf|PDF|docx?|DOCX?|xlsx?|XLSX?|pptx?|PPTX?|rtf|RTF|psd|PSD|cdr|CDR|fla|FLA|exe|EXE)$"
],

// If true, backup file opened in same line as cursor in original file
"open_in_same_line": true,

Expand Down
8 changes: 8 additions & 0 deletions AutoBackups (OSX).sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
// Files older than X days will be deleted. If 0 - auto delete disabled
"delete_old_backups": 0, // days to delete

// ignore files/folders which match regexes
"ignore_regexes": [
// VCS folders
"/\\.svn/", "/\\.hg/", "/\\.git/", "/\\.bzr/"
// binary extensions
,"\\.(jpg|JPG|jpeg|JPEG|pjpeg|PJPEG|gif|GIF|png|PNG|apng|APNG|bmp|BMP|mp3|MP3|mid|MID|wav|WAV|au|AU|mp4|MP4|3gp|3GP|avi|AVI|wmv|WMV|mpeg|MPEG|mpg|MPG|mkv|MKV|swf|SWF|flv|FLV|zip|ZIP|rar|RAR|tar|TAR|tgz|TGZ|gz|GZ|bz2?|BZ2?|pdf|PDF|docx?|DOCX?|xlsx?|XLSX?|pptx?|PPTX?|rtf|RTF|psd|PSD|cdr|CDR|fla|FLA|exe|EXE)$"
],

// If true, backup file opened in same line as cursor in original file
"open_in_same_line": true,

Expand Down
8 changes: 8 additions & 0 deletions AutoBackups (Windows).sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
// Files older than X days will be deleted. If 0 - auto delete disabled
"delete_old_backups": 0, // days to delete

// ignore files/folders which match regexes
"ignore_regexes": [
// VCS folders
"/\\.svn/", "/\\.hg/", "/\\.git/", "/\\.bzr/"
// binary extensions
,"\\.(jpg|JPG|jpeg|JPEG|pjpeg|PJPEG|gif|GIF|png|PNG|apng|APNG|bmp|BMP|mp3|MP3|mid|MID|wav|WAV|au|AU|mp4|MP4|3gp|3GP|avi|AVI|wmv|WMV|mpeg|MPEG|mpg|MPG|mkv|MKV|swf|SWF|flv|FLV|zip|ZIP|rar|RAR|tar|TAR|tgz|TGZ|gz|GZ|bz2?|BZ2?|pdf|PDF|docx?|DOCX?|xlsx?|XLSX?|pptx?|PPTX?|rtf|RTF|psd|PSD|cdr|CDR|fla|FLA|exe|EXE)$"
],

// If true, backup file opened in same line as cursor in original file
"open_in_same_line": true,

Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ Configuration options:
// Files older than X days will be deleted. If 0 - auto delete disabled
"delete_old_backups": 0, // days to delete

// ignore files/folders which match regexes
"ignore_regexes": [
// VCS folders
"/\\.svn/", "/\\.hg/", "/\\.git/", "/\\.bzr/"
// binary extensions
,"\\.(jpg|JPG|jpeg|JPEG|pjpeg|PJPEG|gif|GIF|png|PNG|apng|APNG|bmp|BMP|mp3|MP3|mid|MID|wav|WAV|au|AU|mp4|MP4|3gp|3GP|avi|AVI|wmv|WMV|mpeg|MPEG|mpg|MPG|mkv|MKV|swf|SWF|flv|FLV|zip|ZIP|rar|RAR|tar|TAR|tgz|TGZ|gz|GZ|bz2?|BZ2?|pdf|PDF|docx?|DOCX?|xlsx?|XLSX?|pptx?|PPTX?|rtf|RTF|psd|PSD|cdr|CDR|fla|FLA|exe|EXE)$"
],

// If true, backup file opened in same line as cursor in original file
"open_in_same_line": true,

Expand Down
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"2.3.0": "messages/2.3.0.txt",
"2.3.1": "messages/2.3.1.txt",
"2.3.2": "messages/2.3.2.txt",
"2.3.3": "messages/2.3.3.txt"
"2.3.3": "messages/2.3.3.txt",
"2.3.4": "messages/2.3.4.txt"
}
4 changes: 4 additions & 0 deletions messages/2.3.4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Sublime AutoBackups 2.3.3 Changelog:


- Changed readme

0 comments on commit 7d39cdf

Please sign in to comment.