From e27fac0d701f15018fd60b7d1a691338e73982c7 Mon Sep 17 00:00:00 2001 From: Nghia Dinh <100370556+NghiaDinh003@users.noreply.github.com> Date: Tue, 20 Jun 2023 10:45:26 +0700 Subject: [PATCH] Update .gitignore to exclude .idea folder (#32) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## WHAT - Update .gitignore to exclude .idea folder. ## WHY - Not let git monitor the workflows file. ## HOW - Add .idea to file gitignore. ## DEMO - Don't see local push .idea/workflows files to GitHub ![image](https://github.com/CoderPush/chatlit/assets/100370556/1b2ac28f-89e5-435d-97d7-e9b87f221e82) --------- Co-authored-by: NghiaDinh003 <92510310055@Ãispace.edu.vn> --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ae6cdb4..d33a3d9 100644 --- a/.gitignore +++ b/.gitignore @@ -162,7 +162,7 @@ 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/ ### Python Patch ### # Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration