From c6a16fcaa97f1940d37c48347d4f7874d3ab8175 Mon Sep 17 00:00:00 2001 From: Ryan Faircloth <35384120+rfaircloth-splunk@users.noreply.github.com> Date: Mon, 26 Aug 2019 21:29:37 -0400 Subject: [PATCH] Ensure idea files are not in repo (#65) --- .gitignore | 8 +------- .idea/encodings.xml | 4 ---- .idea/misc.xml | 10 ---------- .idea/modules.xml | 8 -------- .idea/sc4s.iml | 13 ------------- .idea/splunk-connect-for-syslog.iml | 19 ------------------- .idea/vcs.xml | 9 --------- 7 files changed, 1 insertion(+), 70 deletions(-) delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/sc4s.iml delete mode 100644 .idea/splunk-connect-for-syslog.iml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 68dbac4..59343f4 100644 --- a/.gitignore +++ b/.gitignore @@ -378,11 +378,5 @@ fabric.properties !/package/scripts/splunkmetrics.sh !/package/scripts/ .ecs -======= /test-results/ -/.idea/workspace.xml -/.idea/tasks.xml -!/package/scripts/switch_transport.sh -!/package/scripts/splunkmetrics.sh -!/package/scripts/ ->>>>>>> master +/.idea/ \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index 15a15b2..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 7e25d8b..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 4e16e75..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/sc4s.iml b/.idea/sc4s.iml deleted file mode 100644 index bda388e..0000000 --- a/.idea/sc4s.iml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/splunk-connect-for-syslog.iml b/.idea/splunk-connect-for-syslog.iml deleted file mode 100644 index 14d7789..0000000 --- a/.idea/splunk-connect-for-syslog.iml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 53b20c8..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file