diff options
author | Minteck <minteck@phoenixnet.tech> | 2021-10-31 12:30:56 +0100 |
---|---|---|
committer | Minteck <minteck@phoenixnet.tech> | 2021-10-31 12:30:56 +0100 |
commit | 9eabae58420ecb3cc289d6d7ff4c2414f9c63370 (patch) | |
tree | 055f950af077d2be7f65ae1f3b2a11362f0d3556 /.idea/deployment.xml | |
download | movies-9eabae58420ecb3cc289d6d7ff4c2414f9c63370.tar.gz movies-9eabae58420ecb3cc289d6d7ff4c2414f9c63370.tar.bz2 movies-9eabae58420ecb3cc289d6d7ff4c2414f9c63370.zip |
Initial commit
Diffstat (limited to '.idea/deployment.xml')
-rw-r--r-- | .idea/deployment.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.idea/deployment.xml b/.idea/deployment.xml new file mode 100644 index 0000000..0a1f045 --- /dev/null +++ b/.idea/deployment.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="PublishConfigData" autoUpload="Always" serverName="Familine" preserveTimestamps="false" remoteFilesAllowedToDisappearOnAutoupload="false"> + <serverData> + <paths name="Familine"> + <serverdata> + <mappings> + <mapping deploy="/mnt/faminema" local="$PROJECT_DIR$" web="/" /> + </mappings> + <excludedPaths> + <excludedPath path="/mnt/faminema/data/intermissions" /> + <excludedPath path="/mnt/faminema/data/films/video" /> + </excludedPaths> + </serverdata> + </paths> + </serverData> + <option name="myAutoUpload" value="ALWAYS" /> + </component> +</project>
\ No newline at end of file |