From 96271de1661935bdc4e6947eefc81a0942cd3e75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sinan=20Erdin=C3=A7?= Date: Thu, 14 Mar 2024 17:30:20 +0300 Subject: [PATCH] solve issues-5 https://github.com/cobanov/tasnif/issues/5 --- .gitignore | 2 +- readme.md => README.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename readme.md => README.md (100%) diff --git a/.gitignore b/.gitignore index 68bc17f..2dc53ca 100644 --- a/.gitignore +++ b/.gitignore @@ -157,4 +157,4 @@ cython_debug/ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. -#.idea/ +.idea/ diff --git a/readme.md b/README.md similarity index 100% rename from readme.md rename to README.md