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