diff options
author | Marvin Borner | 2018-06-14 16:41:44 +0200 |
---|---|---|
committer | Marvin Borner | 2018-06-14 16:41:44 +0200 |
commit | dfe78f7555a3ffd57d85de53a643ff5d2429bb25 (patch) | |
tree | 7f5cb196041996f9dad7c3e2814ad39374bfe26e /.idea/deployment.xml | |
parent | 28967bacb4dc7e64bb94c7ebde2f337c738932ed (diff) |
Fixed chat selector
Diffstat (limited to '.idea/deployment.xml')
-rw-r--r-- | .idea/deployment.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.idea/deployment.xml b/.idea/deployment.xml new file mode 100644 index 0000000..81c1c22 --- /dev/null +++ b/.idea/deployment.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="PublishConfigData" autoUpload="Always" serverName="Strato"> + <serverData> + <paths name="Strato"> + <serverdata> + <mappings> + <mapping deploy="/" local="$PROJECT_DIR$" web="/" /> + </mappings> + </serverdata> + </paths> + </serverData> + <option name="myAutoUpload" value="ALWAYS" /> + </component> +</project>
\ No newline at end of file |