🔧 App > Arguments > Add .idea and PhpStorm's temporary files to excluded files

This commit is contained in:
brunosimon
2018-01-09 23:11:54 +01:00
parent 0eb32694e4
commit 7b06d35f42
7 changed files with 234 additions and 1 deletions
+4 -1
View File
@@ -80,7 +80,10 @@ class App
'.git',
'.vscode',
'.env',
'.log'
'.log',
'.idea/**',
'*___jb_old___',
'*___jb_tmp___'
],
type: 'array'
})