Add a few more common RCS to ignore folders

This commit is contained in:
hwmaier
2015-10-13 19:14:52 +10:00
parent 1bc4a6f208
commit ce76eeb512

View File

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