From cd0b3cd1dc71afe32890f6fce0011534b184ed97 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Sun, 14 Apr 2024 08:46:46 +0300 Subject: [PATCH] Update gitignore --- .gitignore | 1 + .idea/kotlinc.xml | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 .idea/kotlinc.xml diff --git a/.gitignore b/.gitignore index 6bed2a8e1..a1dfc7e6f 100644 --- a/.gitignore +++ b/.gitignore @@ -77,6 +77,7 @@ build/ .idea/**/vcs.xml .idea/**/ktlint.xml .idea/codeStyles/ +.idea/kotlinc.xml src/test/resources/cookies.txt local.properties diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml deleted file mode 100644 index 8d81632f8..000000000 --- a/.idea/kotlinc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file