Random 'concerns' folders and '.keep' files

后端 未结 3 827
野趣味
野趣味 2020-12-05 12:42

I am learning rails.

Somewhere along the line, I noticed that seemingly random folders and files are appearing in my rails app\'s directory. In some folders there i

3条回答
  •  醉梦人生
    2020-12-05 13:22

    .keep files are 0 byte files that are there to stop empty folders from being ignored by all sorts of processes. Nothing to worry about.

提交回复
热议问题