From 45b4f0cd72fcb9f04976bf1d6fbf67984d1ff952 Mon Sep 17 00:00:00 2001 From: Cameron Cordes Date: Tue, 9 Feb 2021 21:32:22 -0500 Subject: [PATCH] Track relevant .idea files --- .gitignore | 9 +++++++++ .idea/image-api.iml | 11 +++++++++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ 5 files changed, 40 insertions(+) create mode 100644 .idea/image-api.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 6234c03..b4484c3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,12 @@ database/target *.db .env + +# Default ignored files +.idea/shelf/ +.idea/workspace.xml +# Datasource local storage ignored files +.idea/dataSources* +.idea/dataSources.local.xml +# Editor-based HTTP Client requests +.idea/httpRequests/ diff --git a/.idea/image-api.iml b/.idea/image-api.iml new file mode 100644 index 0000000..c254557 --- /dev/null +++ b/.idea/image-api.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..28a804d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..dbc19f7 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file