mirror of
https://github.com/getgrav/grav.git
synced 2026-07-17 08:42:34 +02:00
Merge pull request #355 from hwmaier/feature/backupignore
Add a few more common RCS to ignore folders
This commit is contained in:
@@ -24,6 +24,8 @@ class ZipBackup
|
||||
|
||||
protected static $ignoreFolders = [
|
||||
'.git',
|
||||
'.svn',
|
||||
'.hg',
|
||||
'.idea'
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user