mirror of
https://github.com/atom/atom.git
synced 2026-02-16 01:25:13 -05:00
Add ._* to ignored file names
Macs generate ._ files when saving to a filesystem other then HFS In shared environments this is a big problem
This commit is contained in:
@@ -9,7 +9,7 @@ module.exports =
|
||||
properties:
|
||||
ignoredNames:
|
||||
type: 'array'
|
||||
default: [".git", ".hg", ".svn", ".DS_Store", "Thumbs.db"]
|
||||
default: [".git", ".hg", ".svn", ".DS_Store", "._*", "Thumbs.db"]
|
||||
items:
|
||||
type: 'string'
|
||||
excludeVcsIgnoredPaths:
|
||||
|
||||
Reference in New Issue
Block a user