From cb37c57bc4b7575bdd61ac8195365d40d57825c6 Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 3 Aug 2023 18:49:29 +0300 Subject: [PATCH] rename example files --- config/{app.php.txt => app.php.example} | 0 config/{crontab.txt => crontab.example} | 0 config/{mysql.cnf => mysql.cnf.example} | 0 config/{sphinx.conf.txt => sphinx.conf.example} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename config/{app.php.txt => app.php.example} (100%) rename config/{crontab.txt => crontab.example} (100%) rename config/{mysql.cnf => mysql.cnf.example} (100%) rename config/{sphinx.conf.txt => sphinx.conf.example} (100%) diff --git a/config/app.php.txt b/config/app.php.example similarity index 100% rename from config/app.php.txt rename to config/app.php.example diff --git a/config/crontab.txt b/config/crontab.example similarity index 100% rename from config/crontab.txt rename to config/crontab.example diff --git a/config/mysql.cnf b/config/mysql.cnf.example similarity index 100% rename from config/mysql.cnf rename to config/mysql.cnf.example diff --git a/config/sphinx.conf.txt b/config/sphinx.conf.example similarity index 100% rename from config/sphinx.conf.txt rename to config/sphinx.conf.example