From 8995fe36f3c4731b260fafe29097b8216deaea88 Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Tue, 9 Mar 2021 14:49:27 +0300 Subject: [PATCH] Add .idea/csv-plugin.xml to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5e87330fe47..289767c96c0 100644 --- a/.gitignore +++ b/.gitignore @@ -54,6 +54,7 @@ build/ .idea/artifacts/kotlin_test_js_ir_* .idea/artifacts/kotlin_stdlib_wasm_* .idea/jarRepositories.xml +.idea/csv-plugin.xml kotlin-ultimate/ node_modules/ .rpt2_cache/ @@ -63,4 +64,4 @@ buildSrcTmp/ distTmp/ outTmp/ /test.output -/kotlin-native/dist \ No newline at end of file +/kotlin-native/dist