From c3f3076d2b6cdb64f583b890e52cda5a6118320e Mon Sep 17 00:00:00 2001
From: gcarron <gcarron@grandlyon.com>
Date: Tue, 2 Feb 2021 14:59:12 +0100
Subject: [PATCH] Remove config

---
 docs/ecolyo/application/scaffolding.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/ecolyo/application/scaffolding.md b/docs/ecolyo/application/scaffolding.md
index 9f2095e..ba021ee 100644
--- a/docs/ecolyo/application/scaffolding.md
+++ b/docs/ecolyo/application/scaffolding.md
@@ -27,7 +27,6 @@ In this section, you will find information about the project file structure and
 | .eslintrc.js    | Config file for ESLint                                                                                                 |
 | gitlab-ci.yml   | Config file used for Gitlab continuous integration                                                                     |
 | .prettierrc     | Config file for Prettier extension                                                                                     |
-| config.json     | Config file for fluid types                                                                                            |
 | jest.config.js  | Config file used by Jest for testing the application                                                                   |
 | manifest.webapp | Manifest of the application, used by cozy for the managment of permissions, you can add permissions for doctypes there |
 | tsconfig.json   | Config file for TypeScript                                                                                             |
-- 
GitLab