From cfa0c0ab813df5bcf05d3c22970f3ad433f4e37b Mon Sep 17 00:00:00 2001 From: Kevin ANATOLE Date: Sun, 26 Apr 2020 17:19:44 +0100 Subject: [PATCH] Update git ignore --- .gitignore | 2 ++ .idea/.gitignore | 8 -------- .idea/exercise.iml | 8 -------- .idea/misc.xml | 6 ------ .idea/modules.xml | 8 -------- 5 files changed, 2 insertions(+), 30 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/exercise.iml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml diff --git a/.gitignore b/.gitignore index 0f7df0f..7be9e10 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ Homestead.json Homestead.yaml npm-debug.log yarn-error.log + +.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/exercise.iml b/.idea/exercise.iml deleted file mode 100644 index c956989..0000000 --- a/.idea/exercise.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 28a804d..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index e48c7bb..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file