From fa3340bc15a022f270577022b7ee7173c7c7ed81 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 1 Oct 2023 17:02:02 +0200 Subject: [PATCH] refactor: cleanup .gitignore files MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .gitignore | 3 +-- ui/web/.gitignore | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 0fbf8510..2315d182 100644 --- a/.gitignore +++ b/.gitignore @@ -9,8 +9,7 @@ mikro-orm.config*.ts manifest*.yml !manifest-cf-template.yml -### Git ### -# Created by git for backups. To disable backups in Git: +# Created by git for backups. To disable backups in git: # $ git config --global mergetool.keepBackup false *.orig diff --git a/ui/web/.gitignore b/ui/web/.gitignore index 93e67545..8e66ec81 100644 --- a/ui/web/.gitignore +++ b/ui/web/.gitignore @@ -2,8 +2,7 @@ node_modules /dist -### Git ### -# Created by git for backups. To disable backups in Git: +# Created by git for backups. To disable backups in git: # $ git config --global mergetool.keepBackup false *.orig -- 2.34.1