• Y
    Generate a `.keep` file in `tmp` folder · f06ce4c1
    Yoong Kang Lim 提交于
    A lot of scripts assumes the existence of this folder and most would fail if it
    is absent.
    
    One example of this is `rake restart` (before the previous commit) – it tries to
    `touch tmp/restart.txt`, which would fail if `tmp` does not exist, which was the
    case for a freshly-cloned project as `tmp` is `.gitignored` by default.
    
    See #20299.
    
    [Yoong Kang Lim, Sunny Juneja]
    f06ce4c1
可在Tags中查看这些版本中当前仓库的状态.
CHANGELOG.md 4.9 KB