Ignore ~ temp files [no-ci]
This commit is contained in:
parent
f0b4e56b80
commit
7c8baee246
1 changed files with 2 additions and 2 deletions
|
@ -24,10 +24,10 @@ module Middleman
|
||||||
/^\.gitignore$/,
|
/^\.gitignore$/,
|
||||||
/^\.DS_Store$/,
|
/^\.DS_Store$/,
|
||||||
/^build\//,
|
/^build\//,
|
||||||
/^\.rbenv-version$/,
|
/^\.rbenv-.*$/,
|
||||||
/^Gemfile$/,
|
/^Gemfile$/,
|
||||||
/^Gemfile\.lock$/,
|
/^Gemfile\.lock$/,
|
||||||
/^\.mm-pid/
|
/~$/
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue