Merge pull request #355 from hwmaier/feature/backupignore

Add a few more common RCS to ignore folders
This commit is contained in:
Andy Miller
2015-10-13 11:27:02 -06:00

View File

@@ -24,6 +24,8 @@ class ZipBackup
protected static $ignoreFolders = [
'.git',
'.svn',
'.hg',
'.idea'
];