From d19d34162263cc4715a56415212c907f5c120ddb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Sun, 17 Mar 2024 21:53:15 +0100 Subject: [PATCH] Remove unused lib/assets folder We use vendor/assets and app/assets; the purpose of lib/assets isn't that clear, though. According to the Rails guides: > lib/assets is for your own libraries' code that doesn't really fit > into the scope of the application or those libraries which are shared > across applications. So it must be something for companies having several Rails applications, which isn't our case. Furthermore, this text has been removed from the Rails guides for version 7.1, so this folder might be a legacy folder. --- lib/assets/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 lib/assets/.keep diff --git a/lib/assets/.keep b/lib/assets/.keep deleted file mode 100644 index e69de29bb..000000000