diff options
Diffstat (limited to '.idea/deployment.xml')
-rw-r--r-- | .idea/deployment.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.idea/deployment.xml b/.idea/deployment.xml index 45723e9..a1e5846 100644 --- a/.idea/deployment.xml +++ b/.idea/deployment.xml @@ -1,14 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?>
<project version="4">
- <component name="PublishConfigData" serverName="Familine" remoteFilesAllowedToDisappearOnAutoupload="false">
+ <component name="PublishConfigData" autoUpload="Always" serverName="Familine" remoteFilesAllowedToDisappearOnAutoupload="false">
<serverData>
<paths name="Familine">
<serverdata>
<mappings>
<mapping deploy="/mnt/familine" local="$PROJECT_DIR$" web="/" />
</mappings>
+ <excludedPaths>
+ <excludedPath local="true" path="$PROJECT_DIR$/app/photos" />
+ <excludedPath local="true" path="$PROJECT_DIR$/private/tokens" />
+ </excludedPaths>
</serverdata>
</paths>
</serverData>
+ <option name="myAutoUpload" value="ALWAYS" />
</component>
</project>
\ No newline at end of file |