From ce34d439ddadb87522b877627853c679cb75afb1 Mon Sep 17 00:00:00 2001 From: Pavel Glukhov Date: Tue, 20 Jan 2026 22:38:26 +0300 Subject: [PATCH] =?UTF-8?q?[master]=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D0=B2=20=D0=B8=D0=B3=D0=BD=D0=BE=D1=80=20=D1=84?= =?UTF-8?q?=D0=B0=D0=B9=D0=BB=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 0036b29a..85ee83db 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,9 @@ /Chapter01/P05_CountVowelsAndConsonants/target/ /Chapter01/P05_CountVowelsAndConsonants1/target/ /Chapter01/P02_TextBlockDelimiters/target/ + +### IntelliJ IDEA ### +.idea +*.iws +*.iml +*.ipr \ No newline at end of file