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
.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.
.keep