From aa78caefefa0eecce228b97671592f305bcddb62 Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Fri, 6 Aug 2021 21:36:18 -0500 Subject: Removing idea folder and adding to .gitignore --- .gitignore | 1 + .idea/.gitignore | 8 -------- .idea/misc.xml | 18 ------------------ .idea/vcs.xml | 6 ------ .idea2/.gitignore | 8 ++++++++ .idea2/misc.xml | 18 ++++++++++++++++++ .idea2/vcs.xml | 6 ++++++ 7 files changed, 33 insertions(+), 32 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/misc.xml delete mode 100644 .idea/vcs.xml create mode 100644 .idea2/.gitignore create mode 100644 .idea2/misc.xml create mode 100644 .idea2/vcs.xml diff --git a/.gitignore b/.gitignore index 838b908..5cb1f3f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ obj *.so sample_cli +.idea diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 73f69e0..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml -# Editor-based HTTP Client requests -/httpRequests/ diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 53624c9..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea2/.gitignore b/.idea2/.gitignore new file mode 100644 index 0000000..73f69e0 --- /dev/null +++ b/.idea2/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea2/misc.xml b/.idea2/misc.xml new file mode 100644 index 0000000..53624c9 --- /dev/null +++ b/.idea2/misc.xml @@ -0,0 +1,18 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea2/vcs.xml b/.idea2/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea2/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file -- cgit v1.2.3