From 71094b98a0ec7082a0cb5d68a6fff54942e46e9c Mon Sep 17 00:00:00 2001 From: zaaarf Date: Sun, 19 Nov 2023 00:47:22 +0100 Subject: [PATCH] chore: don't push run config --- .gitignore | 3 +++ .run/Run IDE with Plugin.run.xml | 24 ------------------------ 2 files changed, 3 insertions(+), 24 deletions(-) delete mode 100644 .run/Run IDE with Plugin.run.xml diff --git a/.gitignore b/.gitignore index 5c33234..3fd913b 100644 --- a/.gitignore +++ b/.gitignore @@ -47,5 +47,8 @@ Cargo.lock .cargo target +#IntelliJ test client run config +.run/ + # Do not include generated code src/main/java/com/codemp/intellij/jni diff --git a/.run/Run IDE with Plugin.run.xml b/.run/Run IDE with Plugin.run.xml deleted file mode 100644 index 7747a29..0000000 --- a/.run/Run IDE with Plugin.run.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - true - true - false - - - \ No newline at end of file