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