From 0e9930f94f0a8aaef72322af3024358b8c244661 Mon Sep 17 00:00:00 2001 From: chriseth Date: Fri, 21 Apr 2017 16:22:42 +0200 Subject: [PATCH] Comment. --- src/app/files.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/files.js b/src/app/files.js index 3cf567f8ee..5bfb22e28c 100644 --- a/src/app/files.js +++ b/src/app/files.js @@ -138,6 +138,8 @@ function Files (storage) { var tree = {} var self = this + // This does not include '.remix.config', because it is filtered + // inside list(). Object.keys(this.list()).forEach(function (path) { hashmapize(tree, path, { '/readonly': self.isReadOnly(path),