From ccaef89682522fd9e17de7801727f0eebcd9b49f Mon Sep 17 00:00:00 2001 From: Selim Mustafaev Date: Fri, 22 Jan 2021 14:57:17 +0300 Subject: [PATCH] Add idea settings folder --- .gitignore | 1 + .idea/.gitignore | 8 ++++++++ .idea/.name | 1 + .idea/misc.xml | 16 ++++++++++++++++ .idea/runConfigurations/AutoCat.xml | 11 +++++++++++ .idea/vcs.xml | 6 ++++++ .idea/xcode.xml | 4 ++++ 7 files changed, 47 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/.name create mode 100644 .idea/misc.xml create mode 100644 .idea/runConfigurations/AutoCat.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/xcode.xml diff --git a/.gitignore b/.gitignore index f7e3b0b..202e050 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ design/generated/ .DS_Store AutoCat.xcodeproj/project.xcworkspace/xcuserdata/ +.build/ diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..73f69e0 --- /dev/null +++ b/.idea/.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/.idea/.name b/.idea/.name new file mode 100644 index 0000000..8da38e1 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +AutoCat \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..7026b53 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,16 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/AutoCat.xml b/.idea/runConfigurations/AutoCat.xml new file mode 100644 index 0000000..9789011 --- /dev/null +++ b/.idea/runConfigurations/AutoCat.xml @@ -0,0 +1,11 @@ + + + + + + + + + + \ 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 diff --git a/.idea/xcode.xml b/.idea/xcode.xml new file mode 100644 index 0000000..b7db682 --- /dev/null +++ b/.idea/xcode.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file